-
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.
Adding the 2-parameter xplat shuffle helpers and accelerating them (#…
…68559) * Adding managed definitions for cross-platform shuffle helpers * Adding basic tests covering the Vector64/128/256 Shuffle APIs * Adding JIT support to recognize Vector64/128/256.Shuffle as intrinsic but not handle it as an intrinsic * Adding a helper for determining if a node represents a vector constant * Adding x86/x64 acceleration for the 2-parameter xplat shuffle helpers * Adding Arm64 acceleration for the 2-parameter xplat shuffle helpers * Ensure a switch covers the "default" case * Applying formatting patch * Ensure the call to Op uses 1-based indexing * Ensure TYP_LONG and TYP_ULONG fixup simdBaseJitType and simdBaseType * Have gtNewSimdShuffle use fgMakeMultiUse * Don't pass an unecessary compiler instance to `gtNewSimdShuffleNode` * Don't expose the unused gtNewSimdShuffleNode API * Allow fgMakeMultiUse to take a structType and pass it down to fgInsertCommaFormTemp * Pass down the clsHnd to fgMakeMultiUse from gtNewSimdShuffleNode * Adding some additional tests covering the vector shuffle APIs * Ensure the Vector256 test is accessing the right index * Ensure we look up the correct clsHnd * Applying formatting patch
- Loading branch information
1 parent
809dd7c
commit 23283ff
Showing
15 changed files
with
3,125 additions
and
8 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
Oops, something went wrong.