aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/rle-phi-translate.ll
AgeCommit message (Expand)Author
2009-12-19fix an overly conservative caching issue that caused memdep toChris Lattner
2009-12-19fix inconsistent use of tabsChris Lattner
2009-11-27Fix phi translation in load PRE to agree with the phi Chris Lattner
2009-11-27redisable this, my bootstrap worked because it wasn't an optimized build, who...Chris Lattner
2009-11-27try again.Chris Lattner
2009-11-27this is causing buildbot failures, disable for now.Chris Lattner
2009-11-27teach phi translation of GEPs to simplify geps like 'gep x, 0'.Chris Lattner
2009-11-27teach memdep to do trivial PHI translation of GEPs. More toChris Lattner
2009-11-26Teach memdep to phi translate bitcasts. This allows us to compileChris Lattner
2009-11-26convert to filecheckChris Lattner
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-12-15make GVN try to rename inputs to the resultant replaced values, whichChris Lattner
2008-12-15Implement initial support for PHI translation in memdep. This means thatChris Lattner