summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/float-vector-gather.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Improve float vector gather codegenStefan Pintilie2019-11-181-20/+15
| | | | | | | | | | This patch aims to improve the code generation for float vector gather on POWER9. Patterns have been implemented to utilize instructions that deliver improved performance. Patch by: Kamau Bridgeman Differential Revision: https://reviews.llvm.org/D62908
* [PowerPC] Test case for vector float gather on ppc64le and ppc64Stefan Pintilie2019-11-181-0/+53
Test case to verify that the expected code is generated for a vector float gather based on the patterns in tablegen for big and little endian cases. Patch by: Kamau Bridgeman Differential Revision: https://reviews.llvm.org/D69443
OpenPOWER on IntegriCloud