summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/sinking.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+743
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-743/+0
* Use MemorySSA in LICM to do sinking and hoisting.Alina Sbirlea2019-01-101-44/+3
* [LICM] Remove unneccessary safety check to increase sinking effectivenessPhilip Reames2018-08-031-2/+2
* [LICM] Expand tests to highlight an oddity in sinking implementationPhilip Reames2018-08-021-0/+33
* [DebugInfo] Corrections for salvageDebugInfoBjorn Pettersson2018-07-031-2/+9
* [LICM] Salvage DI from dying InstructionsAnastasis Grammenos2018-03-181-0/+4
* [LICM] update BlockColors after splitting predecessorsJun Bum Lim2018-02-121-0/+61
* [LICM] sink through non-trivially replicable PHIJun Bum Lim2017-11-031-1/+283
* [LICM] Make instruction sinking funclet-awareDavid Majnemer2016-01-041-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-10/+10
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* [LICM] Avoind store sinking if no preheader is availableBruno Cardoso Lopes2014-12-021-0/+33
* [LICM] Store sink and indirectbr instructionsBruno Cardoso Lopes2014-11-281-0/+45
* [LPM] Switch LICM to actively use LCSSA in addition to preserving it.Chandler Carruth2014-02-111-14/+79
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-251-6/+11
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-11/+11
* LICM does get dead instructions input to it. Instead of sinking themChris Lattner2010-08-291-0/+14
* 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
* merge all sinking tests into one and convert them to filecheck.Chris Lattner2009-08-301-0/+235
OpenPOWER on IntegriCloud