[all-commits] [llvm/llvm-project] ee7d20: [CSSPGO] Migrate and refactor the decoder of Pseud...

Hongtao Yu via All-commits all-commits at lists.llvm.org
Wed Aug 4 09:21:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee7d20e84675e1d255d7ae59e3bccfd320cc090d
      https://github.com/llvm/llvm-project/commit/ee7d20e84675e1d255d7ae59e3bccfd320cc090d
  Author: jamesluox <jamesluox at devbig713.ftw3.facebook.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M llvm/include/llvm/MC/MCPseudoProbe.h
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/MC/MCPseudoProbe.cpp
    M llvm/tools/llvm-profgen/CMakeLists.txt
    M llvm/tools/llvm-profgen/PerfReader.cpp
    M llvm/tools/llvm-profgen/PerfReader.h
    M llvm/tools/llvm-profgen/ProfileGenerator.cpp
    M llvm/tools/llvm-profgen/ProfileGenerator.h
    M llvm/tools/llvm-profgen/ProfiledBinary.cpp
    M llvm/tools/llvm-profgen/ProfiledBinary.h
    R llvm/tools/llvm-profgen/PseudoProbe.cpp
    R llvm/tools/llvm-profgen/PseudoProbe.h

  Log Message:
  -----------
  [CSSPGO] Migrate and refactor the decoder of Pseudo Probe

Migrate pseudo probe decoding logic in llvm-profgen to MC, so other LLVM-base program could reuse existing codes. Redesign object layout of encoded and decoded pseudo probes.

Reviewed By: hoy

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




More information about the All-commits mailing list