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

[polly] Avoid llvm::Type::getPointerTo() (NFC) #112368

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

JOE1994
Copy link
Member

@JOE1994 JOE1994 commented Oct 15, 2024

llvm::Type::getPointerTo() is to be deprecated & removed soon.

Also, avoid pointercasts that are essentially no-ops.

`llvm::Type::getPointerTo()` is to be deprecated & removed soon.

Also, avoid pointercasts that are essentially no-ops.
@JOE1994 JOE1994 requested a review from nikic October 15, 2024 14:37
Copy link
Contributor

@nikic nikic left a comment

Choose a reason for hiding this comment

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

LGTM

@JOE1994 JOE1994 merged commit 467a9bd into llvm:main Oct 16, 2024
9 checks passed
@JOE1994 JOE1994 deleted the polly_avoid_getPointerTo branch October 16, 2024 10:14
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.

None yet

2 participants