summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/PowerPC/select_const.ll
AgeCommit message (Expand)Author
2024-07-29[PowerPC] Add phony subregisters to cover the high half of the VSX registers....Stefan Pintilie
2024-03-01[PowerPC] Do not generate `isel` instruction if target doesn't have this inst...Kai Luo
2023-09-08[PowerPC] Define SchedModel for Power8Qiu Chaofan
2023-06-13[DAGCombine] Make sure combined nodes are added back to the worklist in topol...Amaury Séchet
2023-06-05Revert "[DAGCombine] Make sure combined nodes are added back to the worklist ...JP Lehr
2023-06-05[DAGCombine] Make sure combined nodes are added back to the worklist in topol...Amaury Séchet
2023-01-04[PowerPC] Materialize floats in the range [-16.0, 15.0].Stefan Pintilie
2022-07-08[SDAG] try to replace subtract-from-constant with xorSanjay Patel
2021-07-16[PowerPC] Update Refactored Load/Store Implementation, XForm VSX Patterns, an...Amy Kwan
2020-12-18[DAGCombiner] Improve shift by select of constantLayton Kifer
2020-12-06[DAGCombiner] Fold (sext (not i1 x)) -> (add (zext i1 x), -1)Layton Kifer
2020-05-24[PowerPC] Add some InstAlias definitionsKang Zhang
2020-04-16[PowerPC] Ignore implicit register operands for MCInstKang Zhang
2019-06-26Teach the DAGCombine to fold this pattern(c1 and c2 is constant).QingShan Zhang
2018-08-20[PowerPC] Add a peephole post RA to transform the inst that fed by addQingShan Zhang
2018-07-04[PowerPC] Replace the Post RA List Scheduler with the Machine SchedulerStefan Pintilie
2018-06-20Allow binop C1, (select cc, CF, CT) -> select foldingStanislav Mekhanoshin
2018-06-18Tests for dag combine select (binop) -> select. NFC.Stanislav Mekhanoshin
2018-05-24[PowerPC] Remove the match pattern in the definition of LXSDX/STXSDXLei Huang
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