This is an archive of the discontinued LLVM Phabricator instance.

[NewPM] Print function/SCC size with -debug-pass-manager
ClosedPublic

Authored by aeubanks on Jun 16 2022, 1:32 PM.

Details

Summary

This is helpful for debugging issues with very large functions or SCC.
Also helpful when function names are very large and it's hard to tell the number of nodes in an SCC.

Diff Detail

Event Timeline

aeubanks created this revision.Jun 16 2022, 1:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: hiraditya. · View Herald Transcript
aeubanks requested review of this revision.Jun 16 2022, 1:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 1:32 PM
hans accepted this revision.Jul 15 2022, 11:37 AM

Seems useful to me.

This revision is now accepted and ready to land.Jul 15 2022, 11:37 AM
This revision was landed with ongoing or failed builds.Jul 19 2022, 9:05 AM
This revision was automatically updated to reflect the committed changes.