aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/rle-phi-translate.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* fix an overly conservative caching issue that caused memdep toChris Lattner2009-12-191-0/+32
* fix inconsistent use of tabsChris Lattner2009-12-191-20/+20
* Fix phi translation in load PRE to agree with the phi Chris Lattner2009-11-271-6/+6
* redisable this, my bootstrap worked because it wasn't an optimized build, who...Chris Lattner2009-11-271-6/+6
* try again.Chris Lattner2009-11-271-6/+6
* this is causing buildbot failures, disable for now.Chris Lattner2009-11-271-6/+6
* teach phi translation of GEPs to simplify geps like 'gep x, 0'.Chris Lattner2009-11-271-0/+26
* teach memdep to do trivial PHI translation of GEPs. More toChris Lattner2009-11-271-1/+27
* Teach memdep to phi translate bitcasts. This allows us to compileChris Lattner2009-11-261-0/+26
* convert to filecheckChris Lattner2009-11-261-15/+19
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* make GVN try to rename inputs to the resultant replaced values, whichChris Lattner2008-12-151-2/+2
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-151-0/+32