LSR Fix: check SCEV expression safety before expansion.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / 2008-08-14-ShadowIV.ll
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-08-26 Devang PatelIf IV is used in a int-to-float cast inside the loop...
2008-08-18 Bill WendlingXFAIL this test for now.
2008-08-17 Evan ChengDidn't mean to change this.
2008-08-17 Evan ChengFix a (u)comiss intrinsic lowering bug. It was using...
2008-08-15 Devang PatelReapply 54786. Add overflow and number of mantissa...
2008-08-15 Evan ChengRevert 54786. It's not checking for overflows, etc.
2008-08-14 Devang PatelIf IV is used in a int-to-float cast inside the loop...