-
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.
Update the JIT to support rewriting more complex intrinsics as user c…
…alls (#102702) * Update the JIT to support rewriting more complex intrinsics as user calls * Updating the shuffle hwintrinsic to always be imported as an intrinsic * Ensure multi-reg returns are initialized for rewritten hwintrinsics * Apply suggestions from code review Co-authored-by: Jakob Botsch Nielsen <[email protected]> * Adding function headers to SetMethodHandle and SetEntryPoint * Apply formatting patch --------- Co-authored-by: Jakob Botsch Nielsen <[email protected]>
- Loading branch information
1 parent
eaa10eb
commit ec5963d
Showing
9 changed files
with
418 additions
and
100 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
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.