-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
[GlobalISel] Add GITypeOf
special type
#66079
Conversation
@llvm/pr-subscribers-backend-amdgpu ChangesNOTE: This is part of a stack. Please only review the last commit, see #65955 to review the first commit and #66077 for the second. Allows creating a register/immediate that uses the same type as a matched operand. Combined with #66077 this adds more flexibility to rewrite certain combines, e.g.
|
@llvm/pr-subscribers-llvm-globalisel ChangesNOTE: This is part of a stack. Please only review the last commit, see #65955 to review the first commit and #66077 for the second. Allows creating a register/immediate that uses the same type as a matched operand. Combined with #66077 this adds more flexibility to rewrite certain combines, e.g.
|
@llvm/pr-subscribers-backend-aarch64 ChangesNOTE: This is part of a stack. Please only review the last commit, see #65955 to review the first commit and #66077 for the second. Allows creating a register/immediate that uses the same type as a matched operand. Combined with #66077 this adds more flexibility to rewrite certain combines, e.g.
|
fa6632a
to
1f4c714
Compare
llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
Outdated
Show resolved
Hide resolved
Allows creating a register/immediate that uses the same type as a matched operand.
Ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with nit
llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
Outdated
Show resolved
Hide resolved
@arsenm can it land ? (if so, please approve) thanks |
NOTE: This is part of a stack. See #66377 for the follow-up commit which adds type inference to drop GITypeOf in most instances.
Allows creating a register/immediate that uses the same type as a matched operand.
Combined with #66077 this adds more flexibility to rewrite certain combines, e.g.