Allow a GR64 to be moved into an MMX register via the "movd" instruction.

Still need to have JIT generate this code.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2007-07-04 00:19:54 +00:00
parent 5653322e72
commit 93888428d4
3 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep paddusw
; XFAIL: *
@R = external global <1 x i64> ; <<1 x i64>*> [#uses=1]
define void @foo(<1 x i64> %A, <1 x i64> %B) {