aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify/merge-exits.ll
AgeCommit message (Expand)Author
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-03-18Avoid creating canonical induction variables for non-native types.Andrew Trick
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2009-10-24Make these tests more interesting by usingDan Gohman
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-06-27Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman