Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Fix LocalUses::FindAccess (#87732)
The function is looking for access information with a specified type at a specified offset, but was using the wrong list here. That would in some cases with overlapping accesses cause us to fail to find the Access. The net result is that we rarely end up not promoting some induced accesses that we would otherwise promote.
- Loading branch information