[PowerPC] VSX stores don't also read
authorHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 19:07:41 +0000 (19:07 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 19:07:41 +0000 (19:07 +0000)
commit3bafb64914050abfd6fe7b5785f231099052af4c
tree427ea065ee4aebed08e1fe0da089a52b0bd4a605
parentec716cecdadd25ddd31d58bd2ece2ae161f945d0
[PowerPC] VSX stores don't also read

The VSX store instructions were also picking up an implicit "may read" from the
default pattern, which was an intrinsic (and we don't currently have a way of
specifying write-only intrinsics).

This was causing MI verification to fail for VSX spill restores.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227759 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstrVSX.td
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-spill-norwstore.ll [new file with mode: 0644]