aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/hoisting.ll
Commit message (Expand)AuthorAgeFilesLines
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-091-0/+26
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-041-1/+27
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-311-0/+16
* 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
* rename testChris Lattner2009-08-301-0/+50