summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/VSX-DForm-Scalars.ll
AgeCommit message (Collapse)Author
2016-10-04[Power9] Exploit D-Form VSX Scalar memory ops that target full VSX register setNemanja Ivanovic
This patch corresponds to review: The newly added VSX D-Form (register + offset) memory ops target the upper half of the VSX register set. The existing ones target the lower half. In order to unify these and have the ability to target all the VSX registers using D-Form operations, this patch defines Pseudo-ops for the loads/stores which are expanded post-RA. The expansion then choses the correct opcode based on the register that was allocated for the operation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283212 91177308-0d34-0410-b5e6-96231b3b80d8