aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/PhiEliminate.ll
Commit message (Expand)AuthorAgeFilesLines
* - Insert new instructions before DomBlock's terminator,Chris Lattner2010-12-141-14/+0
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-181-25/+28
* For PR1319:Reid Spencer2007-04-151-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* converting massive blocks of phis into selects like this is silly.Chris Lattner2006-11-181-28/+0
* expand testcase, which has been in my tree for a while nowChris Lattner2005-12-031-1/+29
* Oops, actually USE the previously computed valueChris Lattner2004-03-301-0/+1
* Test general value/value selection which we can do now that we use theChris Lattner2004-03-301-1/+2
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-171-2/+2
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35