Allow a GR64 to be moved into an MMX register via the "movd" instruction.
authorBill Wendling <isanbard@gmail.com>
Wed, 4 Jul 2007 00:19:54 +0000 (00:19 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 4 Jul 2007 00:19:54 +0000 (00:19 +0000)
commit93888428d422f3d007012a4ca8a52fb20b219a50
treebe21f603b6ba91670a98a0da14b6fe2875310309
parent5653322e729fd2016556fd1d5e54cde20d3012d8
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
lib/Target/X86/X86InstrMMX.td
test/CodeGen/X86/2007-06-15-IntToMMX.ll
test/CodeGen/X86/2007-07-03-GR64ToVR64.ll [new file with mode: 0644]