-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[SandboxIR][NFC] Fixes for LoadInst::create functions #100955
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
[SandboxIR][NFC] Fixes for LoadInst::create functions #100955
Conversation
|
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.
Just a couple of minor comments, looks good otherwise.
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.
A couple more minor comments.
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.
Great, thanks! I will merge it as soon as the bots pass.
Btw isVolatile is also missing from StoreInst, so feel free to update that as well. |
StoreInst: #100961 (btw, I have to add similar changes to the ones you discussed here onto the StoreInst PR. Mainly the test.) @vporpo if it's okay with you, I needed help with understanding why the bot checks were failing for the StoreInst PR I created. if you have time are you able to check it out for me? I was struggling to find a fix. |
Changes were discussed here: #100850 (comment)
cc: @vporpo