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: Avoid comparing regnums in GenTreeHWIntrinsic::Equals (#110535)
Register numbers are not part of the syntax of JIT IR, so it does not
need to be compared for the purpose of this function. At the same time
we can hit asserts for nodes that aren't multi-reg nodes.
Fix#110316
0 commit comments