aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/pre-single-pred.ll
AgeCommit message (Expand)Author
2010-09-25LoadPRE was not properly checking that the load it was PRE'ing post-dominated...Owen Anderson
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
2009-06-17This fixes a bug introduced in 72661, which canDale Johannesen
2009-05-31Be more aggressive in doing LoadPRE by tracing backwards when a block only hasOwen Anderson