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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128003
[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.
Diff Detail
Event TimelineThis 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 Closed by commit rG8c6305b8b485: [NewPM] Print function/SCC size with -debug-pass-manager (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 445838 llvm/lib/Passes/StandardInstrumentations.cpp
llvm/test/Other/print-function-size.ll
llvm/test/Other/print-scc-size.ll
|