[all-commits] [llvm/llvm-project] 4ce34b: [CGSCC] Add pass which counts the max number of ti...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Jan 30 10:10:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ce34bb2a9c8c2ae21c4d67f8af9046fe1ca434c
      https://github.com/llvm/llvm-project/commit/4ce34bb2a9c8c2ae21c4d67f8af9046fe1ca434c
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    A llvm/include/llvm/Transforms/Utils/CountVisits.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassBuilderPipelines.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    A llvm/lib/Transforms/Utils/CountVisits.cpp
    A llvm/test/Other/count-visits.ll
    M llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

  Log Message:
  -----------
  [CGSCC] Add pass which counts the max number of times we visit a function

This will help with finding potential pathological CGSCC cases.

Reviewed By: asbirlea

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




More information about the All-commits mailing list