Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Use small register types for some enregisterable locals (dotnet#…
…67274) Fix two cases where small enregisterable locals can't be saved to the stack using actual (widened) types: * small memory args for OSX ARM64 * promoted fields of OSR locals Closes dotnet#67152. Closes dotnet#67188.
- Loading branch information