forked from OSchip/llvm-project
Do not consider MMX_MOVD64rr a move instructions. The source register is in GR32, the destination is VR64. They are not compatible.
llvm-svn: 65273
This commit is contained in:
parent
fd85266342
commit
91193c0094
|
@ -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