This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] AACallEdges, Add a way to ask nonasm unknown callees
ClosedPublic

Authored by kuter on Jul 14 2021, 8:48 AM.

Details

Summary

This patch adds a feature to AACallEdges AbstractAttribute that allows
users to ask if there is a unknown callee that isn't a inline assembly.
This feature is needed by some of it's users.

Diff Detail

Event Timeline

kuter created this revision.Jul 14 2021, 8:48 AM
kuter requested review of this revision.Jul 14 2021, 8:48 AM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jul 14 2021, 2:05 PM