Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Avoid comparing regnums in
GenTreeHWIntrinsic::Equals
(dotnet#…
…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 dotnet#110316
- Loading branch information