-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[CIR][X86] Add support for kunpck builtins #168757
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
+128
−4
Merged
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2f02de3
feat: Add support for kunpack builtins
ahmednoursphinx ad1525e
chore: format files
ahmednoursphinx 2b75e07
refactor: rename property to include full name
ahmednoursphinx 052c48e
refactor: move logic to helper function and modify function name
ahmednoursphinx dab0645
refactor: rearrange funcs
ahmednoursphinx faab7d2
refactor: optimize createVecShuffle
ahmednoursphinx bb801bc
refactor: move test functions
ahmednoursphinx 212c5df
chore: Format files
ahmednoursphinx b7ceb04
Merge branch 'main' into issue_-167765_kunpck
ahmednoursphinx cf728a9
refactor: remove duplicate test
ahmednoursphinx 107d4a1
Update CIRGenBuiltinX86.cpp
ahmednoursphinx bff4131
Update CIRGenBuiltinX86.cpp
ahmednoursphinx 553aa74
refactor: remove redundant tests
ahmednoursphinx 349fb13
Update avx512bw-builtins.c
ahmednoursphinx 14d8eab
Merge branch 'main' into issue_-167765_kunpck
ahmednoursphinx 19e365d
refactor: Use getMaskVecValue func
ahmednoursphinx 0f28143
feat: add test
ahmednoursphinx 2c68211
chore: fix test
ahmednoursphinx ce3956e
Merge branch 'main' into issue_-167765_kunpck
ahmednoursphinx f56a71f
chore: fix merge conflict by adding test to the correct location
ahmednoursphinx 36cd79a
chore: update CIR label
ahmednoursphinx bef4953
feat: add Also a test for _mm512_kunpackw and _mm512_kunpackd.
ahmednoursphinx 416e122
feat: refactor to use a function instead of inlining and give name to…
ahmednoursphinx e7a6386
chore: Format files
ahmednoursphinx 8318cea
feat: use builder
ahmednoursphinx 8521696
refactor: fix tests
ahmednoursphinx 6cbd359
Merge branch 'main' into issue_-167765_kunpck
ahmednoursphinx 02b22e6
Merge branch 'main' into issue_-167765_kunpck
ahmednoursphinx cf8238b
chore: fix merge conflict
ahmednoursphinx 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.