summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/expand-foldable-isel.ll
AgeCommit message (Collapse)Author
2017-12-11[PowerPC] Partially enable the ISEL expansion pass.Tony Jiang
The pass to expand ISEL instructions into if-then-else sequences in patch D23630 is currently disabled. This patch partially enable it by always removing the unnecessary ISELs (all registers used by the ISELs are the same one) and folding the ISELs which have the same input registers into unconditional copies. Differential Revision: https://reviews.llvm.org/D40497 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320414 91177308-0d34-0410-b5e6-96231b3b80d8