Delete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr, but it didn't
authorDan Gohman <gohman@apple.com>
Thu, 20 May 2010 18:05:01 +0000 (18:05 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 20 May 2010 18:05:01 +0000 (18:05 +0000)
have a pattern and it had an invalid encoding.

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

lib/Target/X86/X86InstrMMX.td

index 744af50e3e454d30dcbed127f33daa9180757cb7..103f60c22261c1c9e5d8dedf9c6629e7c378cc47 100644 (file)
@@ -117,9 +117,6 @@ def MMX_MOVD64mr : MMXI<0x7E, MRMDestMem, (outs), (ins i32mem:$dst, VR64:$src),
                         "movd\t{$src, $dst|$dst, $src}", []>;
 def MMX_MOVD64grr : MMXI<0x7E, MRMDestReg, (outs), (ins GR32:$dst, VR64:$src),
                         "movd\t{$src, $dst|$dst, $src}", []>;
-def MMX_MOVQ64gmr : MMXRI<0x7F, MRMDestMem, (outs), 
-                         (ins i64mem:$dst, VR64:$src),
-                         "movq\t{$src, $dst|$dst, $src}", []>;
 
 let neverHasSideEffects = 1 in
 def MMX_MOVD64to64rr : MMXRI<0x6E, MRMSrcReg, (outs VR64:$dst), (ins GR64:$src),