llvm-project/llvm/test
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
..
Analysis [TTI] Add OperandValueProperties::OP_NegatedPowerOf2 enum (PR51436) 2022-09-23 14:03:18 +01:00
Assembler
Bindings
Bitcode [AArch64]Remove svget/svset/svcreate from llvm 2022-09-23 10:48:43 +01:00
BugPoint
CodeGen [AArch64]Remove svget/svset/svcreate from llvm 2022-09-23 10:48:43 +01:00
DebugInfo [DebugInfo] Emit access specifiers for typedefs 2022-09-22 17:08:41 +00:00
Demangle
Examples
ExecutionEngine
Feature [AA] Model operand bundles more precisely 2022-09-22 11:15:20 +02:00
FileCheck
Instrumentation [msan] Instrument vtest instrinsics 2022-09-21 16:57:44 -07:00
Integer
JitListener
LTO
Linker
MC [RISCV] Remove support for the unratified Zbe, Zbf, and Zbm extensions. 2022-09-22 13:04:41 -07:00
MachineVerifier [GlobalISel] Enforce G_ASSERT_ALIGN to have a valid alignment > 0. 2022-09-22 16:05:07 +01:00
Object
ObjectYAML
Other [Pipelines] Introduce DAE after ArgumentPromotion 2022-09-22 15:33:46 -07:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [GISel] TreeMatcher: always skip leaves if they don't care 2022-09-20 20:55:02 +00:00
ThinLTO/X86 [WPD/LTT] Lower type test feeding assumes via phi correctly 2022-09-16 13:50:01 -07:00
Transforms [LoopDeletion] Invalidate SCEV after moving instruction. 2022-09-23 15:14:11 +01:00
Unit
Verifier
YAMLParser
tools [llvm-dwarfutil][DWARFv5] fix reading of DW_FORM_addrx attribute. 2022-09-23 09:35:54 +03:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in