llvm-project/llvm/lib/Transforms
Florian Hahn 6d5f814357
[LoopUnrollRuntime] Invalidate SCEV for exit phi in ConnectProlog.
ConnectProlog adds new incoming values to exit phi nodes which can
change the SCEV for the phi after 20d798bd47.

Fix is analog to cfc741bc0e.

Fixes #56286.
2022-06-29 20:28:43 +01:00
..
AggressiveInstCombine [AggressiveInstcombine] Conditionally fold saturated fptosi to llvm.fptosi.sat 2022-06-10 09:36:09 +01:00
CFGuard [CFG] Handle calls with funclet bundle 2021-12-03 10:51:10 -08:00
Coroutines [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
Hello
IPO [ArgPromotion] Remove all the getters and ReplaceCallSite (NFC) 2022-06-29 10:45:11 +03:00
InstCombine [InstCombine] add fold for (ShiftC >> X) >u C 2022-06-29 12:30:01 -04:00
Instrumentation [NFC][HWASan] Refactor hwasan pass 2022-06-28 12:09:20 -07:00
ObjCARC Cleanup includes: final pass 2022-03-29 09:00:21 +02:00
Scalar [JumpThreading] Avoid ConstantExpr::get() (NFCI) 2022-06-29 16:43:05 +02:00
Utils [LoopUnrollRuntime] Invalidate SCEV for exit phi in ConnectProlog. 2022-06-29 20:28:43 +01:00
Vectorize [VectorCombine] Avoid ConstantExpr::get() (NFC) 2022-06-29 17:17:52 +02:00
CMakeLists.txt