mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
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
This commit is contained in:
parent
3cd389de39
commit
c94ebef1b1
@ -691,7 +691,6 @@ bool X86InstrInfo::isMoveInstr(const MachineInstr& MI,
|
||||
case X86::MOVSD2PDrr:
|
||||
case X86::MOVPS2SSrr:
|
||||
case X86::MOVPD2SDrr:
|
||||
case X86::MMX_MOVD64rr:
|
||||
case X86::MMX_MOVQ64rr:
|
||||
assert(MI.getNumOperands() >= 2 &&
|
||||
MI.getOperand(0).isReg() &&
|
||||
|
Loading…
Reference in New Issue
Block a user