[PowerPC] Use VSX vector load/stores for v2[fi]64
authorHal Finkel <hfinkel@anl.gov>
Wed, 26 Mar 2014 18:26:30 +0000 (18:26 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 26 Mar 2014 18:26:30 +0000 (18:26 +0000)
commitc6940d4cb71b60e9da26433a065d68a3c7cf3ce8
tree33e72fd6e2c3737709fcd292666c42f46e636460
parent50c385683ce74a2ae7f348659844e3a03cc8e7c8
[PowerPC] Use VSX vector load/stores for v2[fi]64

These instructions have access to the complete VSX register file. In addition,
they "swap" the order of the elements so that element 0 (the scalar part) comes
first in memory and element 1 follows at a higher address.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrVSX.td
test/CodeGen/PowerPC/vsx.ll