llvm-6502/test/Transforms/IRCE
Sanjoy Das c5e1132ac2 IRCE: use SCEVs instead of llvm::Value's for intermediate
calculations.  Semantically non-functional change.

This gets rid of some of the SCEV -> Value -> SCEV round tripping and
the Construct(SMin|SMax)Of and MaybeSimplify helper routines.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230150 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-21 22:07:32 +00:00
..
bug-mismatched-types.ll Fix crashes in IRCE caused by mismatched types 2015-01-22 08:29:18 +00:00
multiple-access-no-preloop.ll IRCE: use SCEVs instead of llvm::Value's for intermediate 2015-02-21 22:07:32 +00:00
not-likely-taken.ll Teach IRCE to look at branch weights when recognizing range checks 2015-01-27 21:38:12 +00:00
single-access-no-preloop.ll IRCE: use SCEVs instead of llvm::Value's for intermediate 2015-02-21 22:07:32 +00:00
single-access-with-preloop.ll IRCE: use SCEVs instead of llvm::Value's for intermediate 2015-02-21 22:07:32 +00:00
unhandled.ll Add a new pass "inductive range check elimination" 2015-01-16 01:03:22 +00:00
with-parent-loops.ll Teach IRCE to look at branch weights when recognizing range checks 2015-01-27 21:38:12 +00:00