From: Craig Topper Date: Mon, 3 Oct 2016 02:22:33 +0000 (+0000) Subject: [AVX-512] Remove isCheapAsAMove flag from VMOVAPSZ128rm_NOVLX and friends. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fd6969a8b744da20023633eaadff009bf727de2;p=llvm [AVX-512] Remove isCheapAsAMove flag from VMOVAPSZ128rm_NOVLX and friends. 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 --- diff --git a/lib/Target/X86/X86InstrAVX512.td b/lib/Target/X86/X86InstrAVX512.td index fd0dc413a60..f51b3235368 100644 --- a/lib/Target/X86/X86InstrAVX512.td +++ b/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), "", []>;