aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SSI
AgeCommit message (Expand)Author
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
2009-08-19Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky
2009-08-17Test the pass the test is actually for, instead of one that doesn't exist.Nick Lewycky
2009-08-17Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky
2009-08-17Add a test that shows that SSI is working correctly.Nick Lewycky
2009-08-15SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky
2009-07-09There's no need to consider PHI nodes in the same block as the instructionNick Lewycky