machinst/x64: teach regalloc what FP instructions are moves;
and cosmetic changes after #1665 landed.
This commit is contained in:
@@ -315,9 +315,7 @@ impl ABIBody for X64ABIBody {
|
||||
from_reg.to_reg(),
|
||||
Writable::<Reg>::from_reg(to_reg.to_reg()),
|
||||
))
|
||||
} else if to_reg.get_class() == RegClass::V128
|
||||
|| to_reg.get_class() == RegClass::V128
|
||||
{
|
||||
} else if to_reg.get_class() == RegClass::V128 {
|
||||
ret.push(Inst::xmm_r_r(
|
||||
SSE_Op::SSE2_Movsd,
|
||||
from_reg.to_reg(),
|
||||
|
||||
Reference in New Issue
Block a user