hanchenye-llvm-project/llvm
Simon Pilgrim 5415fef3ab [InstCombine] matchFunnelShift - support non-uniform constant vector shift amounts (PR46895)
Complete basic PR46895 fixes by refactoring D87452/D88402 to allow us to match non-uniform constant values.

We still don't handle non-uniform vectors that contain undef elements, but that can wait until we have a decent generic mechanism for this.

Differential Revision: https://reviews.llvm.org/D88420
2020-10-08 12:56:27 +01:00
..
benchmarks
bindings
cmake [cmake] Fix cmake warning in standalone compiler-rt builds. 2020-10-08 09:49:14 +01:00
docs [llvm-readobj] Add --coff-tls-directory flag to print TLS Directory & test. 2020-10-08 01:53:15 -07:00
examples
include [DebugInfo] Improve dbg preservation in LSR. 2020-10-08 13:16:43 +02:00
lib [InstCombine] matchFunnelShift - support non-uniform constant vector shift amounts (PR46895) 2020-10-08 12:56:27 +01:00
projects
resources
runtimes [CMake] Don't use CMakePushCheckState 2020-10-02 17:13:34 -07:00
test [InstCombine] matchFunnelShift - support non-uniform constant vector shift amounts (PR46895) 2020-10-08 12:56:27 +01:00
tools [llvm-objdump] Ensure we consistently use the llvm::stable_sort wrappers. 2020-10-08 11:43:34 +01:00
unittests Return "[SCEV] Prove implicaitons via AddRec start" 2020-10-08 11:15:35 +07:00
utils [M680x0] Add google/benchmark's CycleTimer support for M68K 2020-10-07 14:58:36 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT [NFC] Add contributors names to CREDITS.TXT 2020-10-07 13:22:55 -04:00
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.