aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll
AgeCommit message (Expand)Author
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-08-26If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel
2008-08-18XFAIL this test for now.Bill Wendling
2008-08-17Didn't mean to change this.Evan Cheng
2008-08-17Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng
2008-08-15Reapply 54786. Add overflow and number of mantissa bits checks.Devang Patel
2008-08-15Revert 54786. It's not checking for overflows, etc.Evan Cheng
2008-08-14If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel