-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[GlobalISel] Use ComputeValueTypes to implement computeValueLLTs (NFC) #168172
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
base: main
Are you sure you want to change the base?
Conversation
Also add an overload returning TypeSize offsets. For now, it is only called from the other overload.
|
This is almost the same as ComputeValueVTs with EVT replaced by LLT. |
arsenm
left a comment
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.
I'd rather keep the link broken. We should be moving more code off of the legacy types
|
It uses ComputeValueTypes that operates on llvm::Type. You probably mistook it for ComputeValueVTs? |
topperc
left a comment
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
🐧 Linux x64 Test Results
|
@arsenm Does this explanation make sense to you? |
|
@arsenm ping |
Also add an overload returning TypeSize offsets. For now, it is only called from the other overload.