Skip to content

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.
@jdoerfert jdoerfert requested a review from a team as a code owner September 2, 2023 05:57
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.

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.

2 participants