llvm-project/llvm/test/Transforms/CorrelatedValuePropagation
Nikita Popov 22dba707b0 [AC] Handle (X+C1)<C2 assumes (PR48408)
InstCombine canonicalizes X>C && X<C' style comparisons into
(X+C1)<C2. This type of expression is recognized by some analyses
like LVI, but currently not when used inside assumptions, because
AssumptionCache does not track affected values for it.
2020-12-13 21:00:32 +01:00
..
2010-09-02-Trunc.ll
2010-09-26-MergeConstantRange.ll
add.ll
alloca.ll
and.ll
ashr.ll
basic.ll [CVP] Simplify and generalize switch handling 2020-12-12 21:12:27 +01:00
conflict.ll
crash.ll
deopt.ll [CVP] Allow two transforms in one invocation 2020-09-28 15:11:42 -07:00
guards.ll
icmp.ll [AC] Handle (X+C1)<C2 assumes (PR48408) 2020-12-13 21:00:32 +01:00
merge-range-and-undef.ll [ValueLattice] Distinguish between constant ranges with/without undef. 2020-03-31 12:50:20 +01:00
minmaxabs.ll [CVP] Remove unnecessary block splits in tests (NFC) 2020-09-27 20:55:28 +02:00
mul.ll
non-null.ll Reapply [LVI] Normalize pointer behavior 2020-08-29 21:17:03 +02:00
overflow_predicate.ll [CVP] Remove unnecessary block splits in tests (NFC) 2020-09-27 20:55:28 +02:00
overflows.ll [CVP] Remove unnecessary block splits in tests (NFC) 2020-09-27 20:55:28 +02:00
phi-common-val.ll Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
pointer.ll
pr35807.ll
profmd.ll Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
range.ll [LVI][CVP] Use block value when simplifying icmps 2020-09-27 20:25:16 +02:00
sdiv.ll [CVP] Pass context instruction when narrowing div/rem 2020-09-27 17:51:30 +02:00
select.ll [CVP] Remove unnecessary block splits in tests (NFC) 2020-09-27 20:55:28 +02:00
sext.ll
shl.ll
srem.ll [CVP] Remove unnecessary block splits in tests (NFC) 2020-09-27 20:55:28 +02:00
sub.ll [ValueLattice] Merging unknown with empty CR is unknown. 2020-04-25 13:43:34 +01:00
udiv.ll
urem.ll