-
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.
Expose helper APIS for GetLower/Upper and WithLower/Upper (#83982)
* Expose and use a gtNewSimdGetLowerNode and gtNewSimdGetUpperNode * Expose and use a gtNewSimdWithLowerNode and gtNewSimdWithUpperNode * Apply formatting patch * Ensure op1 and op2 are passed for WithLower/Upper * Ensure we aren't creating unnecessary idx nodes * Ensure args are popped in the right order * Ensure Vector512.WithUpper/Lower are handled as intrinsic * Ensure Vector512.GetLower/Upper and WithLower/Upper are fully hooked up * Applying formatting patch * Fix a copy/paste error * Move NI_Vector128_GetUpper to be handled in codegen to improve emitted code * Fix an assert
- Loading branch information
1 parent
e348b5c
commit 57ae91c
Showing
16 changed files
with
613 additions
and
224 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.