summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/select_const.ll
Commit message (Expand)AuthorAgeFilesLines
* Teach the DAGCombine to fold this pattern(c1 and c2 is constant).QingShan Zhang2019-06-261-191/+78
* [PowerPC] Add a peephole post RA to transform the inst that fed by addQingShan Zhang2018-08-201-4/+2
* [PowerPC] Replace the Post RA List Scheduler with the Machine SchedulerStefan Pintilie2018-07-041-6/+6
* Allow binop C1, (select cc, CF, CT) -> select foldingStanislav Mekhanoshin2018-06-201-126/+100
* Tests for dag combine select (binop) -> select. NFC.Stanislav Mekhanoshin2018-06-181-58/+332
* [PowerPC] Remove the match pattern in the definition of LXSDX/STXSDXLei Huang2018-05-241-9/+9
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-75/+75
* [PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.Tony Jiang2017-11-201-1/+1
* [DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)Sanjay Patel2017-03-041-144/+36
* [DAGCombiner] fold binops with constant into select-of-constantsSanjay Patel2017-03-011-299/+208
* [PPC] add tests for select-of-constants with binop; NFCSanjay Patel2017-03-011-0/+557
* [DAGCombiner] add missing folds for scalar select of {-1,0,1}Sanjay Patel2017-02-241-54/+11
* [PowerPC] add tests for select-of-constants; NFCSanjay Patel2017-02-171-0/+474
OpenPOWER on IntegriCloud