Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix containment safety check in LowerHWIntrinsicGetElement
Missing call to IsSafeToContainMem was causing us to mistakenly think an operand was going to be contained when it wasn't. Fixes dotnet#64918
- Loading branch information