summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/branch-fold.ll
AgeCommit message (Expand)AuthorFilesLines
2012-06-24Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky1-0/+18
2012-06-13SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren1-0/+33
2011-11-26FileCheck-ize this test and make it more precise. This is in preparationChandler Carruth1-5/+11
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1-1/+1
2008-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner1-10/+11
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman1-1/+1
2007-04-15For PR1319:Reid Spencer1-1/+1
2007-01-13Can't grep for bool any more.Reid Spencer1-1/+1
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-1/+1
2005-09-23new testcaseChris Lattner1-0/+12