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 3d9c7e3 commit 774fd73Copy full SHA for 774fd73
lib/Backend/BackwardPass.cpp
@@ -4059,6 +4059,7 @@ BackwardPass::DeadStoreOrChangeInstrForScopeObjRemoval(IR::Instr ** pInstrPrev)
4059
Assert(currFunc->HasStackSymForFormal(value));
4060
StackSym * paramStackSym = currFunc->GetStackSymForFormal(value);
4061
IR::RegOpnd * srcOpnd = IR::RegOpnd::New(paramStackSym, TyVar, currFunc);
4062
+ srcOpnd->SetIsJITOptimizedReg(true);
4063
instr->ReplaceSrc1(srcOpnd);
4064
this->ProcessSymUse(paramStackSym, true, true);
4065
0 commit comments