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
JIT: recognize CORINFO_HELP_BOX in impThrowIfNull (#129392)
In Tier0 struct boxes are emitted as direct CORINFO_HELP_BOX helper
calls rather than GT_BOX nodes; recognize this form too so Tier0
ThrowIfNull(struct) doesn't allocate.
Fixes#128574.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments