aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
AgeCommit message (Expand)Author
2012-03-22Remove tests: indvars trivially preserves GEPs now.Andrew Trick
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-09-12Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick
2011-03-18Avoid creating canonical induction variables for non-native types.Andrew Trick
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-05-27Teach SCEVExpander to avoid creating over-indexed GEP indices whenDan Gohman