llvm-project/llvm/test/Transforms/LoopLoadElim
Max Kazantsev 16370e02a7 [IndVars] Provide eliminateIVComparison with context
We can prove more predicates when we have a context when eliminating ICmp.
As first (and very obvious) approximation we can use the ICmp instruction itself,
though in the future we are going to use a common dominator of all its users.
Need some refactoring before that.

Observed ~0.5% negative compile time impact.

Differential Revision: https://reviews.llvm.org/D98697
Reviewed By: lebedev.ri
2021-03-19 12:28:22 +07:00
..
backward.ll
cond-load.ll
convergent.ll
def-store-before-load.ll
forward.ll
loop-simplify-dep.ll
memcheck.ll
multiple-stores-same-block.ll
new-pm-preheader-problem.ll
non-consecutive.ll
opt-size.ll
pr-48150.ll [LoopLoadElim] Make sure all loops are in simplify form. PR48150 2020-11-26 10:51:11 +07:00
pr-49141.ll [IndVars] Provide eliminateIVComparison with context 2021-03-19 12:28:22 +07:00
pr46854-adress-spaces.ll
pr47457.ll
symbolic-stride.ll
type-mismatch.ll
uncomputable-backedge-taken-count.ll [LoopLoadElim] Add tests with uncomputable BTCs. 2021-01-01 13:57:02 +00:00
unknown-dep.ll