-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[SandboxIR] Implement InsertPosition #110730
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
Conversation
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.
A refactor is getting a little past NFC, but otherwise fine.
Yeah NFC in the sense that the high-level functionality does won't change, but I think you are right. |
This patch implements the InsertPosition class that is used to specify where an instruction should be placed. It also switches a couple of create() functions from the old API to the new one that uses InsertPosition.
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/92/builds/7538 Here is the relevant piece of the build log for the reference
|
This patch implements the InsertPosition class that is used to specify where an instruction should be placed.
It also switches a couple of create() functions from the old API to the new one that uses InsertPosition.