aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/PhiEliminate.ll
AgeCommit message (Expand)Author
2010-12-14 - Insert new instructions before DomBlock's terminator,Chris 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-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-18converting massive blocks of phis into selects like this is silly.Chris Lattner
2005-12-03expand testcase, which has been in my tree for a while nowChris Lattner
2004-03-30Oops, actually USE the previously computed valueChris Lattner
2004-03-30Test general value/value selection which we can do now that we use theChris Lattner
2004-03-17Modify test to use the %t substition (temporary name). This is availableJohn Criswell
2004-02-11New feature testcase for simplifycfg.Chris Lattner