-
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.
Fix some low-hanging HWIntrinsic issues (#80626)
* Ensure isSimdAsHWIntrinsic is false for Vector64/128/256.WithElement * Ensure AsVector2 and AsVector3 are intrinsic * Ensure AsVector128(Vector2) and AsVector128(Vector3) are handled as intrinsic * Ensure Vector64/128/256.AsNInt and AsNUInt are handled as intrinsic * Ensure Vector*<T>.IsSupported is handled as intrinsic * Ensure get_Count for Vector64/128/256<T> and Vector<T> is handled as intrinsic * Apply formatting patch * Ensure the right simdSize is selected for AsVector128 * Ensure AsVector2/3 are correctly handled in lowering * Ensure AsVector2 passes in op1 on Arm64
- Loading branch information
1 parent
1d5d42a
commit 968b4f8
Showing
20 changed files
with
365 additions
and
99 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
Oops, something went wrong.