Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix assert in assertion prop (#106146)
`optAssertionPropGlobal_RelOp` had branch where it was expecting both op2 and op1 to be locals, but only had verified that op2 was. Add an extra check. Fixes #105670
- Loading branch information