summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/hoisting.ll
Commit message (Expand)AuthorAge
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-09
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-04
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-31
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* rename testChris Lattner2009-08-30