llvm-project/llvm
Simon Pilgrim 82e0eb22af [X86][AVX] combineConcatVectorOps - use getBROADCAST_LOAD helper. NFCI.
This is part of rG1cfecf4fc427 that was reverted to fix PR51226 - concating the broadcasts is OK, its the splatted loads that crash (we're not detecting extloads). I'm still creating a reduced test case so haven't added the load handling again yet.
2021-11-02 18:04:35 +00:00
..
benchmarks
bindings
cmake [cmake] Make LLVM_ENABLE_LLD=ON work better on macOS 2021-11-02 13:35:21 -04:00
docs Revert "[NFC] Remove LinkAll*.h" 2021-11-02 09:08:09 -07:00
examples Use `GNUInstallDirs` to support custom installation dirs. -- LLVM 2021-11-02 10:23:30 -04:00
include Specify explicit casts of types in pair construction 2021-11-02 18:15:32 +01:00
lib [X86][AVX] combineConcatVectorOps - use getBROADCAST_LOAD helper. NFCI. 2021-11-02 18:04:35 +00:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes [runtimes] Ensure required deps for tests targets are actually built 2021-09-29 14:41:33 -07:00
test [InstCombine] add tests for bitwise select of vectors; NFC 2021-11-02 13:24:36 -04:00
tools Revert "[NFC] Remove LinkAll*.h" 2021-11-02 09:08:09 -07:00
unittests [LazyCallGraph] Skip blockaddresses 2021-11-01 13:10:24 -07:00
utils [llvm-reduce] Reduce some GlobalObject properties 2021-11-02 08:47:32 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Use `GNUInstallDirs` to support custom installation dirs. -- LLVM 2021-11-02 10:23:30 -04: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.