Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Relax address exposure check for tailcalls (dotnet#111397)
The `lvHasLdAddrOp` based check is conservative: address exposure (as computed in local morph) is much more precise. We can switch to that check only.
- Loading branch information