[PowerPC] Remove LE patterns matching generic stores/loads to VSX permuting ops
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 22 Sep 2016 10:32:03 +0000 (10:32 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 22 Sep 2016 10:32:03 +0000 (10:32 +0000)
commite78ffede6f0b6789e15227f8ae1b1ea352b38521
tree2c335ba693fca96b2b973e27389259b48fc8ff21
parent6e7879c5e6e26c2c6d00618f12af20012eecff41
[PowerPC] Remove LE patterns matching generic stores/loads to VSX permuting ops

This patch corresponds to:
https://reviews.llvm.org/D21409

The LXVD2X, LXVW4X, STXVD2X and STXVW4X instructions permute the two doublewords
in the vector register when in little-endian mode. Custom code ensures that the
necessary swaps are inserted for these. This patch simply removes the possibilty
that a load/store node will match one of these instructions in the SDAG as that
would not insert the necessary swaps.

llvm-svn: 282144
llvm/lib/Target/PowerPC/PPCInstrVSX.td