[all-commits] [llvm/llvm-project] 8c6305: [NewPM] Print function/SCC size with -debug-pass-m...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Jul 19 09:05:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c6305b8b485c26d52409790ffdabe0898af81a1
      https://github.com/llvm/llvm-project/commit/8c6305b8b485c26d52409790ffdabe0898af81a1
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
    M llvm/lib/Passes/StandardInstrumentations.cpp
    A llvm/test/Other/print-function-size.ll
    A llvm/test/Other/print-scc-size.ll

  Log Message:
  -----------
  [NewPM] Print function/SCC size with -debug-pass-manager

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.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D128003




More information about the All-commits mailing list