-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[AMDGPU] Extend readlane, writelane and readfirstlane intrinsic lowering for generic types #89217
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 17 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
aa4e757
[AMDGPU] add support for i64 readlane
vikramRH b895dd5
add support for i64 readfirstlane and writelane intrinsics
vikramRH dfa3219
Fix issues with writelane expansion
vikramRH fcc0a1a
code refactor and add patterns for f64
vikramRH 4e71a06
clang format
vikramRH c7ff0e5
fix corner case with regkill and add readlane tests
vikramRH d6a8ce4
update builtin handling for readlane and readfirstlane
vikramRH 15cbd90
add and update tests, fixes to writelane src0 imm handling
vikramRH 776a4c6
address review comments
82da530
Implement lowering in legalizer for legal types
vikramRH 14fcf44
refactor/improve GIsel lowering, added new tests
vikramRH d0610c4
Review comments, refactor GISel Impl
vikramRH 9233833
clang-format
vikramRH 5feef44
Merge branch 'main' into rw_lane_64
vikramRH 993a630
Review comments, improve pointer handling with GISel
vikramRH 556dda2
align comments
vikramRH b59873e
Review comments
vikramRH edd3179
fix type profile
vikramRH a75eb6b
remove spurious comma
vikramRH 52d7020
review comments, move pointer tests to new files
vikramRH 66ca57c
remove bitcasts, avoid special handling of pointers in gisel
vikramRH c3e512c
Review comments, updated AMDGPUUsage.rst
vikramRH 72af37c
preserve legel 32-bit pieces, update usage doc
vikramRH 2e4c5bc
Refactor GIsel lowering
vikramRH 67e19e5
fix documentation mess
vikramRH cba2b1d
review comments
vikramRH 26223c8
handle comment
vikramRH 429fb0f
Review comments
vikramRH ec7b5c1
test for convergence related crash
vikramRH 3d9cf2e
Update convergence-laneops-xfail.ll
vikramRH c015040
Merge branch 'main' into rw_lane_64
vikramRH 482f380
update convergence related failure tests
vikramRH 2b4cabb
Merge branch 'main' into rw_lane_64
vikramRH 1a33cbc
revert targte specific SDNodes, handle convergence tokens in SDAG
vikramRH cfa659d
remove spurious new lines
vikramRH be90ba6
review comments
vikramRH 104121f
Merge branch 'main' into rw_lane_64
vikramRH 31b8838
update builtin CodeGen
vikramRH 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
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
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.