llvm-project/llvm/lib/Transforms
Max Kazantsev ccf788a565 [IRCE] Drop SCEV of a Phi after adding a new input. PR57335
Since SCEV learned to look through single value phis with
20d798bd47, whenever we add
a new input to a Phi, we should make sure that the old cached
value is dropped. Otherwise, it may lead to various miscompiles,
such as breach of dominance as shown in the bug
https://github.com/llvm/llvm-project/issues/57335
2022-08-25 18:14:29 +07:00
..
AggressiveInstCombine [AggressiveInstCombine] check sqrt operand to allow more libcall->intrinsic transforms 2022-07-27 11:36:13 -04:00
CFGuard [NFC] Fix warning 2022-08-23 20:50:37 -05:00
Coroutines [PowerPC][Coroutines] Add tail-call check with call information for coroutines 2022-08-21 22:20:40 -04:00
Hello
IPO [GlobalOpt] Bail out of GlobalOpt SROA if a Scalable Vector is seen 2022-08-24 13:17:59 -07:00
InstCombine [InstCombine] recognize bitreverse disguised as shufflevector 2022-08-25 10:41:47 +08:00
Instrumentation [MSAN] Handle array alloca with non-i64 size specification 2022-08-24 03:24:21 +00:00
ObjCARC [Transforms] Qualify auto in range-based for loops (NFC) 2022-08-14 12:51:58 -07:00
Scalar [IRCE] Drop SCEV of a Phi after adding a new input. PR57335 2022-08-25 18:14:29 +07:00
Utils KCFI sanitizer 2022-08-24 22:41:38 +00:00
Vectorize [SLP][NFC] Refactor SLPVectorizerPass::vectorizeRootInstruction method. 2022-08-24 17:07:53 -07:00
CMakeLists.txt