mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[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:
parent
2a88f80da4
commit
6ce8f2f7c1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user