[AArch64][GlobalISel] Fix constraining LDXPX intrinsic selection.
Causes a fallback because of lack of regclasses on vregs, unless its without asserts, where we end up crashing later in codegen.
This commit is contained in:
@@ -5042,6 +5042,7 @@ bool AArch64InstructionSelector::selectIntrinsicWithSideEffects(
|
||||
{I.getOperand(0).getReg(), I.getOperand(1).getReg()},
|
||||
{I.getOperand(3)});
|
||||
NewI.cloneMemRefs(I);
|
||||
constrainSelectedInstRegOperands(*NewI, TII, TRI, RBI);
|
||||
break;
|
||||
}
|
||||
case Intrinsic::trap:
|
||||
|
||||
Reference in New Issue
Block a user