-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Reorder indirs on arm64 to make them amenable to ldp optimization (
#92768) Add an ARM64 optimization in lowering that tries to reorder indirections to be near each other, making them amenable to ldp optimization done in codegen.
- Loading branch information
1 parent
cdd3255
commit 15af764
Showing
7 changed files
with
451 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.