summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vec_sldwi.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Fix a performance bug for PPC::XXSLDWI.Tony Jiang2017-05-241-0/+307
There are some VectorShuffle Nodes in SDAG which can be selected to XXSLDWI instruction, this patch recognizes them and does the selection to improve the PPC performance. llvm-svn: 303822
OpenPOWER on IntegriCloud