[PowerPC] Fix VSX permutation isel
authorHal Finkel <hfinkel@anl.gov>
Fri, 28 Mar 2014 20:24:55 +0000 (20:24 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 28 Mar 2014 20:24:55 +0000 (20:24 +0000)
commit0e11c017a9bd47de37eeb6a0bc495c9b0bcc5461
tree79b9c46f40f318b61677b916c0329508c069c693
parentefd95481bd648dae90d6e59c0ab1e659c3eead6a
[PowerPC] Fix VSX permutation isel

Not only did I invert the indices when I wrote the code, but I also did the
same thing when I wrote the regression test. Oops.

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