CodeGen: Make all targets override pseudos with pointers#159881
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Sep 19, 2025
Collaborator
|
MSP430 changes are obviously ok :) |
8f62ad4 to
74bae94
Compare
9d77e6b to
64f0e18
Compare
64f0e18 to
7bdd6d6
Compare
74bae94 to
1746185
Compare
1746185 to
fb3b386
Compare
5189567 to
ccf4a7d
Compare
fb3b386 to
310569d
Compare
Base automatically changed from
users/arsenm/tablegen/support-target-specialized-pseudos
to
main
November 19, 2025 01:22
Contributor
Author
|
ping |
🐧 Linux x64 Test Results
|
Contributor
|
I guess this needs rebasing |
ccf4a7d to
29afbe2
Compare
This eliminates the need to have PointerLikeRegClass handling in codegen.
29afbe2 to
c5d9a11
Compare
tanji-dg
pushed a commit
to tanji-dg/llvm-project
that referenced
this pull request
Nov 27, 2025
This eliminates the need to have PointerLikeRegClass handling in codegen.
GeneraluseAI
pushed a commit
to GeneraluseAI/llvm-project
that referenced
this pull request
Nov 27, 2025
This eliminates the need to have PointerLikeRegClass handling in codegen.
MaskRay
added a commit
that referenced
this pull request
Nov 29, 2025
This ports #159881 fix for other targets and fixes ``` error: missing target override for pseudoinstruction using PointerLikeRegClass ```
aahrun
pushed a commit
to aahrun/llvm-project
that referenced
this pull request
Dec 1, 2025
This ports llvm#159881 fix for other targets and fixes ``` error: missing target override for pseudoinstruction using PointerLikeRegClass ```
augusto2112
pushed a commit
to augusto2112/llvm-project
that referenced
this pull request
Dec 3, 2025
This eliminates the need to have PointerLikeRegClass handling in codegen.
augusto2112
pushed a commit
to augusto2112/llvm-project
that referenced
this pull request
Dec 3, 2025
This ports llvm#159881 fix for other targets and fixes ``` error: missing target override for pseudoinstruction using PointerLikeRegClass ```
kcloudy0717
pushed a commit
to kcloudy0717/llvm-project
that referenced
this pull request
Dec 4, 2025
This eliminates the need to have PointerLikeRegClass handling in codegen.
kcloudy0717
pushed a commit
to kcloudy0717/llvm-project
that referenced
this pull request
Dec 4, 2025
This ports llvm#159881 fix for other targets and fixes ``` error: missing target override for pseudoinstruction using PointerLikeRegClass ```
Xubaidu
pushed a commit
to Xubaidu/llvm-project
that referenced
this pull request
Jan 26, 2026
This eliminates the need to have PointerLikeRegClass handling in codegen.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

This eliminates the need to have PointerLikeRegClass handling in
codegen.