This is an archive of the discontinued LLVM Phabricator instance.

[RPOFuncAttrs] Fix norecurse detection
ClosedPublic

Authored by aeubanks on Jun 17 2022, 4:02 PM.

Details

Summary

We wanted to check if all uses of the function are direct calls, but the
code didn't account for passing the function as a parameter.

Diff Detail

Event Timeline

aeubanks created this revision.Jun 17 2022, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2022, 4:02 PM
aeubanks requested review of this revision.Jun 17 2022, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2022, 4:02 PM
nikic accepted this revision.Jun 18 2022, 3:22 AM

LGTM

This revision is now accepted and ready to land.Jun 18 2022, 3:22 AM
This revision was landed with ongoing or failed builds.Jun 18 2022, 12:20 PM
This revision was automatically updated to reflect the committed changes.