-
Notifications
You must be signed in to change notification settings - Fork 14.1k
[SandboxIR] Remove sandboxir::PointerType::get(Type) #123885
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] Remove sandboxir::PointerType::get(Type) #123885
Conversation
This was just an alias for getting the LLVM Context from the type. We are in the process of removing the same function for the regular LLVM type in llvm#123569
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.
LG, thanks for the patch!
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/12154 Here is the relevant piece of the build log for the reference
|
This was just an alias for getting the LLVM Context from the type.
We are in the process of removing the same function for the regular LLVM type in #123569