Add a test case for r242191 ([MMX] Use the appropriate instructions for
authorAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 17:52:59 +0000 (17:52 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 17:52:59 +0000 (17:52 +0000)
commit6adfd93ee491eb551fc1b7a70432ffec1554d4fb
tree6545c1bc5c3c29967b08d6d7e12b39abd3ce8b0e
parentce8287db09f12375b81f0a10404900bb140ca33b
Add a test case for r242191 ([MMX] Use the appropriate instructions for
GR64 <-> VR64 copies).

This commit adds a MIR test case for the commit r242191, which was committed
without one. This test case verifies that the ExpandPostRA pass expands the
GR64 <-> VR64 copies into the appropriate MMX_MOV instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243457 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/expand-vr64-gr64-copy.mir [new file with mode: 0644]
test/CodeGen/X86/lit.local.cfg