This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Create a call site position for AACalledges
ClosedPublic

Authored by kuter on Jul 16 2021, 6:56 PM.

Details

Summary

This patch adds a call site position for AACallEdges, this
allows us to ask questions about which functions a specific
CallBase might call.

Diff Detail

Event Timeline

kuter created this revision.Jul 16 2021, 6:56 PM
kuter requested review of this revision.Jul 16 2021, 6:56 PM
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
kuter updated this revision to Diff 359524.Jul 16 2021, 8:29 PM

Small fix with change tracking.

This revision is now accepted and ready to land.Jul 20 2021, 10:02 AM
This revision was landed with ongoing or failed builds.Sep 12 2021, 3:17 PM
This revision was automatically updated to reflect the committed changes.