-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Better vector interleaves #8925
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
Open
abadams
wants to merge
40
commits into
main
Choose a base branch
from
abadams/fix_x86_transpose
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,794
−187
Open
Changes from 11 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9e89b7c
Specialized x86 implementation of interleave_vectors
abadams 188bee0
Update test to be more exhaustive
abadams 2ba8dde
Fix comment.
abadams d102f7b
Comment fix
abadams 46d41dd
clang-tidy fixes
abadams 27f1220
Make variable names more consistent
abadams 5576f46
Simplify code with helper lambda
abadams 107aaa5
Comment tweaks
abadams 0bc1b9f
Don't do half-width unpcks
abadams cdc1de2
Use optimization fences in the base class too
abadams 23b79ba
Merge branch 'main' into abadams/fix_x86_transpose
mcourteaux 3eef5db
Use Catanzaro's algorithm for non-power-of-two interleaves
abadams 678a353
Support more interleave and deinterleave patterns
abadams a0b7d66
Merge remote-tracking branch 'origin/main' into abadams/fix_x86_trans…
abadams 4c1adf7
clang-tidy fix
abadams 1c940e8
Handle multiple let injections at same site
abadams c39b1a0
better simplification and better handling of composite factors
abadams 794df0b
Fix innermost_containing_node
abadams 486addd
Fix some simd op check failures
abadams a1ecca9
Fix infinite recursion issue and missed case in interleave codegen
abadams f66d5ea
Adjust expectations in stage_strided_loads test
abadams c25142f
Allow reversed suffix or not in sve test
abadams bae3e02
Don't use optimization fences on hexagon
abadams b7defbd
Fix infinite simplifier loop
abadams 23944a0
Don't hoist transposes on hexagon
abadams 0d110d2
Make distinct strided load nodes in the IR distinct in memory too
abadams 53ae7e4
Merge remote-tracking branch 'origin/main' into abadams/fix_x86_trans…
abadams 84f10b1
arm-32 has no vst2 for 64-bit elements
abadams 8d93c3c
Windows bad filename fix in simd op check
abadams 36565ce
Temporary dumping of cpu info to debug github actions issue
abadams 3f45c47
dump cpuinfo in makefile testing workflow
abadams 223dd7f
Merge remote-tracking branch 'origin/main' into abadams/fix_x86_trans…
abadams 2695151
Address review comments
abadams 31f180a
Merge remote-tracking branch 'origin/main' into abadams/fix_x86_trans…
abadams 2962ea1
Remove duplicate function body
abadams fa2fcb7
Use slice of predicate
abadams dcdfb90
clang-format
abadams 70afc58
SVE fixes
abadams cd04fb2
Merge branch 'main' into abadams/fix_x86_transpose
alexreinking 5d2b524
Move optimization_fence back
alexreinking 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
Some comments aren't visible on the classic Files Changed page.
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
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
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.
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.