This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Fix crossgen failure in gtTryRemoveBoxUpstreamEffects (#14016)
In some R2R expansions the type handle is not an explicit operand to the newobj helper. So we must bail out of removal attempts when the type handle is desired and we see such an expansion. Closes #13942. Also likely will fix #13930.
- Loading branch information