summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/JumpThreading/select.ll
AgeCommit message (Expand)Author
2024-04-16Revert "[JumpThreading] Thread over BB with only an unconditional branch" (#8...XChy
2024-04-16[JumpThreading] Thread over BB with only an unconditional branch (#86312)XChy
2023-02-16[JT][CT] Preserve exisiting BPI/BFI during JumpThreadingEvgeniy Brevnov
2023-01-27Revert "[JT][CT] Preserve exisiting BPI/BFI during JumpThreading"Evgeniy Brevnov
2023-01-27[JT][CT] Preserve exisiting BPI/BFI during JumpThreadingEvgeniy Brevnov
2023-01-16[JumpThreading] Preserve profile metadata during select unfolding, take 2Max Kazantsev
2023-01-10Revert "[JumpThreading] Preserve profile metadata during select unfolding"Dmitri Gribenko
2023-01-09[JumpThreading] Fix test to require assertsAlex Brachet
2023-01-09[JumpThreading] Preserve profile metadata during select unfoldingMax Kazantsev
2022-11-27JumpThreading: Convert tests to -passesMatt Arsenault
2022-11-27JumpThreading: Convert tests to opaque pointersMatt Arsenault
2022-05-21[JumpThreading] Insert freeze when unfolding selectNikita Popov
2022-05-17[JumpThreading] Regenerate test checks (NFC)Nikita Popov
2020-03-18[JumpThreading] add a miscompile test based on discussion in D76332; NFCSanjay Patel
2019-07-03[JumpThreading] Fix threading with unusual PHI nodes.Eli Friedman
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2019-01-11[Jump Threading] Unfold a select insn that feeds a switch via a phi nodeEhsan Amiri
2018-03-16[JumpThreading] Track unreachable BBs to avoid processingBrian M. Rzycki
2017-07-14[JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()Haicheng Wu
2016-01-08[JumpThreading] Split select that has constant conditions coming from the PHI...Haicheng Wu
2015-12-29[JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost()Geoff Berry
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-06-17Fixed jump threading going to infinite loop.Dinesh Dwivedi
2013-08-07JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-09-05JumpThreading: when default destination is the destination of some cases in aManman Ren
2010-12-15Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel