summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify/eliminate-comparison.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-29
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-27
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-19
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-12
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-12
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-11