-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arm64/SVE: Add support to handle predicate registers as callee-trash (#…
…104065) * Add MSK_CALLEE_TRASH and include it in CALLEE_TRASH * Assign correct registerType for predicate registers * Handle the save/restore of predicate registers * misc changes * jit format * Remove handling of Temps and use the same as locals * use GetPredicateRegSet() * Disable mask registers if on non-sve * small change in DbgEnc * jit format * Revert "jit format" This reverts commit 5535c69. * Revert "small change in DbgEnc" This reverts commit bb97d80. * Revert "Disable mask registers if on non-sve" This reverts commit bcfd8a8. * minor review feedback
- Loading branch information
1 parent
e24ea1d
commit bcffebf
Showing
6 changed files
with
55 additions
and
16 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
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