This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Use AAFunctionReachability to determine AANoRecurse
ClosedPublic

Authored by jdoerfert on Sep 20 2021, 12:40 PM.

Details

Summary

We missed out on AANoRecurse in the module pass because we had no call
graph. With AAFunctionReachability we can simply ask if the function may
reach itself.

Diff Detail

Event Timeline

jdoerfert created this revision.Sep 20 2021, 12:40 PM
jdoerfert requested review of this revision.Sep 20 2021, 12:40 PM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript

Remove accidentally included files

ormris removed a subscriber: ormris.Jan 24 2022, 11:44 AM
jhuber6 accepted this revision.Jan 31 2022, 12:33 PM
jhuber6 added a subscriber: jhuber6.

LGTM

This revision is now accepted and ready to land.Jan 31 2022, 12:33 PM
This revision was landed with ongoing or failed builds.Jan 31 2022, 11:42 PM
This revision was automatically updated to reflect the committed changes.