summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/hoisting.ll
Commit message (Expand)AuthorAgeFilesLines
* [LICM] Support unary FNeg in LICMCameron McInally2019-08-081-2/+1
* [NFC][LICM] Pre-commit test for unary FNeg support in LICM.Cameron McInally2019-08-071-0/+23
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-2/+2
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+340
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-340/+0
* Use MemorySSA in LICM to do sinking and hoisting.Alina Sbirlea2019-01-101-0/+1
* [LICM] Add tests from D50786 [NFC]Philip Reames2018-08-211-0/+17
* [LICM] Hoist loads that are dominated by invariant.start intrinsic, and are i...Anna Thomas2017-02-021-0/+171
* [PM] Teach the LoopPassManager to automatically canonicalize loops byChandler Carruth2017-01-171-1/+1
* [LICM] Report successful hoist/sink/promotionAdam Nemet2017-01-111-1/+1
* Intrinsic::Bitreverse is safe to speculateXin Tong2017-01-091-0/+27
* New pass manager for LICM.Dehao Chen2016-07-121-0/+1
* Revert "New pass manager for LICM."Vitaly Buka2016-07-121-1/+0
* New pass manager for LICM.Dehao Chen2016-07-111-0/+1
* [LICM] Make isGuaranteedToExecute more accurate.Eli Friedman2016-06-111-9/+14
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* 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
OpenPOWER on IntegriCloud