Do not consider MMX_MOVD64rr a move instructions. The source register is in GR32...
authorEvan Cheng <evan.cheng@apple.com>
Sun, 22 Feb 2009 08:04:23 +0000 (08:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 22 Feb 2009 08:04:23 +0000 (08:04 +0000)
commitc94ebef1b1ea6dda54494a0a0eafc96ab685a531
tree7d1c2f211e9e7230140292fc1c3eee4ec96bddc3
parent3cd389de398e95b1633d310fc9c4af5b9f84b7af
Do not consider MMX_MOVD64rr a move instructions. The source register is in GR32, the destination is VR64. They are not compatible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp