Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] Improve float vector gather codegen | Stefan Pintilie | 2019-11-18 | 1 | -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 ppc64 | Stefan Pintilie | 2019-11-18 | 1 | -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 |