Didn't mean to check this in. No MMX support yet.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 21 Mar 2006 23:04:23 +0000 (23:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 21 Mar 2006 23:04:23 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26933 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrMMX.td

index 38b40a73342582d717c67bbd1af9279e30ba5be9..244cac69d1f11648b8d2e648a2c9821f62b34562 100644 (file)
@@ -24,9 +24,7 @@ def : Pat<(v2i32 (undef)), (IMPLICIT_DEF_VR64)>,  Requires<[HasMMX]>;
 
 // Move Instructions
 def MOVD64rr : I<0x6E, MRMSrcReg, (ops VR64:$dst, R32:$src),
-                 "movd {$src, $dst|$dst, $src}",
-                 [(set VR64:$dst,
-                      (v2i32 (scalar_to_vector R32:$src)))]>, TB,
+                 "movd {$src, $dst|$dst, $src}", []>, TB,
                Requires<[HasMMX]>;
 def MOVD64rm : I<0x6E, MRMSrcMem, (ops VR64:$dst, i32mem:$src),
                  "movd {$src, $dst|$dst, $src}", []>, TB,