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 (#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 #67152. Closes #67188.
- Loading branch information