llvm-project/llvm
Benjamin Kramer 5281f0dab2 Revert "[SLP]Alternate vectorization for cmp instructions."
This reverts commit afaaecc88c.

Crashes when compiling SciPy, test case https://reviews.llvm.org/P8276
2022-02-01 11:40:43 +01:00
..
benchmarks
bindings
cmake Add llvm-pdbutil in LLVM_TOOLCHAIN_TOOLS 2022-01-31 17:37:23 +01:00
docs Add status of migration. 2022-01-31 19:03:29 -08:00
examples
include [CodeGen] Support folds of not(cmp(cc, ...)) -> cmp(!cc, ...) for scalable vectors 2022-02-01 09:50:00 +00:00
lib Revert "[SLP]Alternate vectorization for cmp instructions." 2022-02-01 11:40:43 +01:00
projects
resources
runtimes [CMake] Passthrough OSX CMake options to builtins and runtimes 2022-01-21 16:54:22 -08:00
test Revert "[SLP]Alternate vectorization for cmp instructions." 2022-02-01 11:40:43 +01:00
tools [llvm-reduce] Set ShouldPreserveUseListOrder=true 2022-02-01 09:24:59 +01:00
unittests [ARM] Make getInstSizeInBytes() use instruction size from InstrInfo.td 2022-02-01 10:39:14 +00:00
utils [ARM] Make getInstSizeInBytes() use instruction size from InstrInfo.td 2022-02-01 10:39:14 +00:00
.clang-format
.clang-tidy
.gitattributes [split-file] Respect input file's line endings 2022-01-21 18:45:03 -06:00
.gitignore
CMakeLists.txt [LLVM][AIX] Prefer a 32-bit default target triple on AIX 2022-01-28 01:34:03 -05:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.