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

[Attributor] Look through indirect calls #65197

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

jdoerfert
Copy link
Member

Through the new Attributor::checkForAllCallees we can look through indirect calls and visit all potential callees if they are known. Most AAs will do that implicitly now via AACalleeToCallSite, thus, most AAs are able to deal with missing callees for call site IR positions.

Differential Revision: https://reviews.llvm.org/D112290

Through the new `Attributor::checkForAllCallees` we can look through
indirect calls and visit all potential callees if they are known.
Most AAs will do that implicitly now via `AACalleeToCallSite`, thus,
most AAs are able to deal with missing callees for call site IR
positions.
Copy link
Contributor

@shiltian shiltian left a comment

Choose a reason for hiding this comment

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

The changes look good to me.

@jdoerfert jdoerfert merged commit 73a836a into llvm:main Sep 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants