summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/select_const.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-20[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.Tony Jiang
2017-03-04[DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)Sanjay Patel
2017-03-01[DAGCombiner] fold binops with constant into select-of-constantsSanjay Patel
2017-03-01[PPC] add tests for select-of-constants with binop; NFCSanjay Patel
2017-02-24[DAGCombiner] add missing folds for scalar select of {-1,0,1}Sanjay Patel
2017-02-17[PowerPC] add tests for select-of-constants; NFCSanjay Patel