llvm-project/llvm
Nikita Popov d7cf7ec05d [SROA] Handle over-large loads during presplitting
When a load extends past the extent of the alloca, SROA will
restrict the slice size to extend to the end of the alloca only.
However, presplitting was asserting that the load size and the
slice size match exactly, which does not hold in this case.
Relax the assertion to only require that the load size is greater
or equal than the slice size.
2022-03-16 15:41:11 +01:00
..
benchmarks
bindings [NFC] Fix go binding build 2022-03-14 14:08:51 +08:00
cmake [Debuginfod] Check libcurl via CMake library. 2022-03-15 18:26:25 +00:00
docs [libfuzzer] improve introductory sentence 2022-03-15 17:19:20 -07:00
examples Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
include [NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated comments 2022-03-16 20:25:42 +08:00
lib [SROA] Handle over-large loads during presplitting 2022-03-16 15:41:11 +01:00
projects
resources
runtimes [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
test [SROA] Handle over-large loads during presplitting 2022-03-16 15:41:11 +01:00
tools Cleanup codegen includes 2022-03-16 08:43:00 +01:00
unittests Cleanup codegen includes 2022-03-16 08:43:00 +01:00
utils [gn build] (manually) port e4cab4e24d 2022-03-16 07:52:50 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
CODE_OWNERS.TXT [VE] Transfer backend ownership 2022-03-14 09:18:40 +01:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-07 10:53:29 +00:00
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.