-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT ARM64-SVE: Add TrueMask and LoadVector (#98218)
* JIT ARM64-SVE: Add TrueMask Change-Id: I285f8aba668409ca94e11be2489a6d9b50a4ec6e * LoadVector Change-Id: I3ad4fd9a8d823cb43a9546ba6356006a0907ac57 * Add SveLoadUnOpMaskedTest.template * Add CreateTrueMaskByte etc * Fix up tests * Remove commented code * Explain SveMaskPattern * ARM64-SVE: Implement IF_SVE_BV_2A * Create vector to/from mask nodes in intrinsic generation * Add HW_Flag_LowMaskedOperation * Revert "ARM64-SVE: Implement IF_SVE_BV_2A" * Use NI_Sve_CreateTrueMaskAll * Mark API as experimental * Revert "Mark API as experimental" This reverts commit 6beb760. --------- Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
- Loading branch information
1 parent
cefd7b2
commit 17eb59c
Showing
23 changed files
with
989 additions
and
29 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
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.