-
Notifications
You must be signed in to change notification settings - Fork 5k
Adding the 2-parameter xplat shuffle helpers and accelerating them #68559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
dec875a
Adding managed definitions for cross-platform shuffle helpers
tannergooding f6b659f
Adding basic tests covering the Vector64/128/256 Shuffle APIs
tannergooding 39d88ac
Adding JIT support to recognize Vector64/128/256.Shuffle as intrinsic…
tannergooding b55a154
Adding a helper for determining if a node represents a vector constant
tannergooding 155d9de
Adding x86/x64 acceleration for the 2-parameter xplat shuffle helpers
tannergooding c9c05a4
Adding Arm64 acceleration for the 2-parameter xplat shuffle helpers
tannergooding b1a38ac
Ensure a switch covers the "default" case
tannergooding 0f97a0a
Applying formatting patch
tannergooding 903229a
Ensure the call to Op uses 1-based indexing
tannergooding 3e635bd
Ensure TYP_LONG and TYP_ULONG fixup simdBaseJitType and simdBaseType
tannergooding 0ecb386
Have gtNewSimdShuffle use fgMakeMultiUse
tannergooding 54c5da7
Don't pass an unecessary compiler instance to `gtNewSimdShuffleNode`
tannergooding 039f7bb
Don't expose the unused gtNewSimdShuffleNode API
tannergooding 3c41d97
Allow fgMakeMultiUse to take a structType and pass it down to fgInser…
tannergooding 9b5407e
Pass down the clsHnd to fgMakeMultiUse from gtNewSimdShuffleNode
tannergooding e1b3534
Adding some additional tests covering the vector shuffle APIs
tannergooding a78e01f
Ensure the Vector256 test is accessing the right index
tannergooding 675e9ee
Ensure we look up the correct clsHnd
tannergooding 88181dd
Applying formatting patch
tannergooding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.