llvm-project/llvm
Florian Hahn d72eb9c985
[LoopDeletion] Invalidate SCEV after moving instruction.
LoopDeletion may hoist instructions out of a loop using
makeLoopInvariant without invalidating the SCEV for the moved
instruction.

Moving the instruction to a different block may change its
cached block disposition, so invalidate the cached info.

Fixes #57837.
2022-09-23 15:14:11 +01:00
..
benchmarks
bindings [ConstantExpr] Remove fneg expression 2022-09-08 10:24:55 +02:00
cmake [llvm] prefix linker flag on non-MSVC compilers with `-Wl,` 2022-09-21 11:18:42 -05:00
docs [RISCV] Remove support for the unratified Zbe, Zbf, and Zbm extensions. 2022-09-22 13:04:41 -07:00
examples
include [TTI] Add OperandValueProperties::OP_NegatedPowerOf2 enum (PR51436) 2022-09-23 14:03:18 +01:00
lib [LoopDeletion] Invalidate SCEV after moving instruction. 2022-09-23 15:14:11 +01:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test [LoopDeletion] Invalidate SCEV after moving instruction. 2022-09-23 15:14:11 +01:00
tools [llvm-dwarfutil][DWARFv5] fix reading of DW_FORM_addrx attribute. 2022-09-23 09:35:54 +03:00
unittests [Arm][AArch64] Make getArchFeatures to use TargetParser.def 2022-09-23 10:25:37 +02:00
utils [lit] follow-up 2380c1b609, check stdout and stderr separately 2022-09-22 16:42:47 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [NFC] Remove trailing whitespace in CMake file 2022-09-22 16:15:46 -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.