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
As a result of #67884, OSR compilations were looking at data in the
`gsShadowVarInfo` array in cases where it was not initialized.
Fix is to null out `gsShadowVarInfo` array if there are no shadowed params.
Fixes#68003.
0 commit comments