diff options
| author | Craig Topper <craig.topper@gmail.com> | 2016-10-03 02:22:33 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2016-10-03 02:22:33 +0000 |
| commit | eab23d3bc4d8e79ff07d79bb79b77c44aedc3166 (patch) | |
| tree | e5d7c1fbb72d9d8587e11b36f14bfb9b40016023 | |
| parent | 4e7b888ea46a459a2bf30db0c18fac352eb3ffaf (diff) | |
| download | bcm5719-llvm-eab23d3bc4d8e79ff07d79bb79b77c44aedc3166.tar.gz bcm5719-llvm-eab23d3bc4d8e79ff07d79bb79b77c44aedc3166.zip | |
[AVX-512] Remove isCheapAsAMove flag from VMOVAPSZ128rm_NOVLX and friends.
This was accidentally copy and pasted from other Pseudos in the file.
llvm-svn: 283084
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrAVX512.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrAVX512.td b/llvm/lib/Target/X86/X86InstrAVX512.td index fd0dc413a60..f51b3235368 100644 --- a/llvm/lib/Target/X86/X86InstrAVX512.td +++ b/llvm/lib/Target/X86/X86InstrAVX512.td @@ -2812,7 +2812,7 @@ defm VMOVDQU64 : avx512_load_vl<0x6F, "vmovdqu64", avx512vl_i64_info, HasAVX512, // Special instructions to help with spilling when we don't have VLX. We need // to load or store from a ZMM register instead. These are converted in // expandPostRAPseudos. -let isReMaterializable = 1, isAsCheapAsAMove = 1, canFoldAsLoad = 1, +let isReMaterializable = 1, canFoldAsLoad = 1, isPseudo = 1, SchedRW = [WriteLoad], mayLoad = 1, hasSideEffects = 0 in { def VMOVAPSZ128rm_NOVLX : I<0, Pseudo, (outs VR128X:$dst), (ins f128mem:$src), "", []>; |

