Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Expand unaligned address recognition for ARM32 (#92938)
The JIT has some backwards compatibility for accessing unaligned float fields on ARM32. With physical promotion, we can end up with some new patterns that we didn't handle. Expand the pattern matching to handle a constant address unaligned address. Fix #92382
- Loading branch information