summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/JumpThreading/select.ll
Commit message (Expand)AuthorAgeFilesLines
* [JumpThreading] Fix threading with unusual PHI nodes.Eli Friedman2019-07-031-8/+8
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+443
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-443/+0
* [Jump Threading] Unfold a select insn that feeds a switch via a phi nodeEhsan Amiri2019-01-111-0/+78
* [JumpThreading] Track unreachable BBs to avoid processingBrian M. Rzycki2018-03-161-2/+3
* [JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()Haicheng Wu2017-07-141-1/+76
* [JumpThreading] Split select that has constant conditions coming from the PHI...Haicheng Wu2016-01-081-0/+37
* [JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost()Geoff Berry2015-12-291-0/+30
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* Fixed jump threading going to infinite loop.Dinesh Dwivedi2014-06-171-1/+1
* JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer2013-08-071-0/+63
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* JumpThreading: when default destination is the destination of some cases in aManman Ren2012-09-051-0/+36
* Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel2010-12-151-0/+123
OpenPOWER on IntegriCloud