OSDN Git Service

[AVX-512] Remove isCheapAsAMove flag from VMOVAPSZ128rm_NOVLX and friends.
authorCraig Topper <craig.topper@gmail.com>
Mon, 3 Oct 2016 02:22:33 +0000 (02:22 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 3 Oct 2016 02:22:33 +0000 (02:22 +0000)
This was accidentally copy and pasted from other Pseudos in the file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283084 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrAVX512.td

index fd0dc41..f51b323 100644 (file)
@@ -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),
                             "", []>;