Skip to content
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

[NFC] Remove Type::getInt8PtrTy after 7b9d73c2f90 #2209

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

MrSidims
Copy link
Contributor

@MrSidims MrSidims commented Nov 8, 2023

Follow-up to the opaque pointer transition llvm/llvm-project@7b9d73c2f90

Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
Copy link
Contributor

@vmaksimo vmaksimo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use getUnqual as in llvm-project change?
Please also apply clang-format.

@MrSidims
Copy link
Contributor Author

MrSidims commented Nov 9, 2023

Can we use getUnqual as in llvm-project change?

Nope, getUnqual creates a pointer in default address space (and it doesn't have a parameter to specify otherwise).

Please also apply clang-format.

Sure :) I was just having some unrelated test failures in the local branch, which I would like to address first, but don't see them anymore.

Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
@MrSidims MrSidims merged commit 74b2540 into KhronosGroup:main Nov 9, 2023
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants