This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Emit fixed-point remark on function list
ClosedPublic

Authored by jhuber6 on Feb 8 2022, 7:45 AM.

Details

Summary

This patch replaces the function we emit the remark on when we run into
the fix-point limit. Previously we got a function to emit a remark on
from the worklist's associated function. However, the worklist may not
always have an associated function in the case of global variables.
Replace this with the function set, and if there are no functions don't
emit the remark.

Diff Detail

Event Timeline

jhuber6 created this revision.Feb 8 2022, 7:45 AM
jhuber6 requested review of this revision.Feb 8 2022, 7:45 AM
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.Feb 8 2022, 7:45 AM
This revision was landed with ongoing or failed builds.Feb 8 2022, 9:10 AM
This revision was automatically updated to reflect the committed changes.