Skip to content

Commit 5961604

Browse files
authored
[LoongArch64] Fixed the assert error "(regRecord->assignedInterval == nullptr)" (#71576)
1 parent b3c3921 commit 5961604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/jit/lsraloongarch64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ int LinearScan::BuildNode(GenTree* tree)
271271
case GT_RSZ:
272272
case GT_ROR:
273273
srcCount = BuildBinaryUses(tree->AsOp());
274+
buildInternalRegisterUses();
274275
assert(dstCount == 1);
275276
BuildDef(tree);
276277
break;

0 commit comments

Comments
 (0)