[all-commits] [llvm/llvm-project] a8dd37: [PGO] Move CFGMST.h into the include directory

Christian Ulmann via All-commits all-commits at lists.llvm.org
Thu Apr 27 07:11:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8dd375cbfc898ea47bafc732f55c2bd83afae69
      https://github.com/llvm/llvm-project/commit/a8dd375cbfc898ea47bafc732f55c2bd83afae69
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    A llvm/include/llvm/Transforms/Instrumentation/CFGMST.h
    R llvm/lib/Transforms/Instrumentation/CFGMST.h
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp

  Log Message:
  -----------
  [PGO] Move CFGMST.h into the include directory

This commit moves the CFGMST.h file into the include directory. The
implemented algorithm is can be helpful for downstream projects that
want to use the PGO data in a non-standard way.

Reviewed By: gysit

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




More information about the All-commits mailing list