llvm-project/llvm
Sanjay Patel fd5e493874 [PhaseOrdering] add tests for vector select; NFC
The 1st test corresponds to a minimally optimized (mem2reg)
version of the example in:
issue #52631

The 2nd test copies an existing instcombine test with the
same pattern. If we canonicalize differently, we can miss
reducing to minimal form in a single invocation of
-instcombine, but that should not escape the normal opt
pipeline.
2021-12-14 14:35:10 -05:00
..
benchmarks
bindings
cmake Simplify AddSphinxTarget.cmake by just including `GNUInstallDirs` 2021-12-13 21:27:39 +00:00
docs [LangRef] Remove incorrect vector alignment rules 2021-12-14 14:35:40 +00:00
examples Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM""" 2021-12-10 17:33:54 -08:00
include Revert "Only define LLVM_EXTERNAL_VISIBILITY when building libLLVM dylib" 2021-12-14 18:23:43 +00:00
lib Revert "[z/OS] Implement prologue and epilogue generation for z/OS target." 2021-12-14 14:22:11 -05:00
projects
resources
runtimes
test [PhaseOrdering] add tests for vector select; NFC 2021-12-14 14:35:10 -05:00
tools [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests. 2021-12-14 18:00:18 +00:00
unittests [LangRef] Remove incorrect vector alignment rules 2021-12-14 14:35:40 +00:00
utils [gn build] Port 4e94cba5b4 2021-12-14 19:12:20 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [benchmark] Pull latest; disable -Werror 2021-12-13 17:09:38 -08: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.