We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7511d46 commit 92b67deCopy full SHA for 92b67de
src/coreclr/jit/emitarm64.cpp
@@ -6570,6 +6570,7 @@ void emitter::emitIns_SS_R_R_R_I(instruction ins,
6570
{
6571
id = emitNewInstrLclVarPair(attr, imm);
6572
id->idAddr()->iiaLclVar.initLclVarAddr(varx1, offs);
6573
+ id->idSetIsLclVar();
6574
6575
if (id->idSmallCns())
6576
@@ -6586,10 +6587,12 @@ void emitter::emitIns_SS_R_R_R_I(instruction ins,
6586
6587
if (validVar1)
6588
6589
6590
6591
}
6592
if (validVar2)
6593
6594
id->idAddr()->iiaLclVar.initLclVarAddr(varx2, offs);
6595
6596
6597
6598
0 commit comments