You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MERGE #5964@wyrichte] LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop.
Merge pull request #5964 from wyrichte:build/wyrichte/regalloc_bug_2
More specifically, the root cause of this issue is that the inner loop of a nested for loop's liveOnBackEdgeSyms would not be populated with a symbol due to DeadStoreOrChangeInstrForScopeObjRemoval not executing during DeadStore's prepass.
0 commit comments