[PATCH] D107299: [CSSPGO] Split context string to deduplicate function name used in the context.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 20:10:09 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb9db70369b77: [CSSPGO] Split context string to deduplicate function name used in the context. (authored by hoy).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107299/new/

https://reviews.llvm.org/D107299

Files:
  llvm/include/llvm/MC/MCPseudoProbe.h
  llvm/include/llvm/ProfileData/ProfileCommon.h
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/include/llvm/ProfileData/SampleProfReader.h
  llvm/include/llvm/ProfileData/SampleProfWriter.h
  llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
  llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
  llvm/lib/MC/MCPseudoProbe.cpp
  llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
  llvm/lib/ProfileData/SampleProf.cpp
  llvm/lib/ProfileData/SampleProfReader.cpp
  llvm/lib/ProfileData/SampleProfWriter.cpp
  llvm/lib/Transforms/IPO/SampleContextTracker.cpp
  llvm/test/Transforms/SampleProfile/Inputs/csspgo-import-list.prof.extbin
  llvm/test/Transforms/SampleProfile/csspgo-import-list.ll
  llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
  llvm/test/tools/llvm-profdata/Inputs/cs-sample.proftext
  llvm/test/tools/llvm-profgen/cs-interrupt.test
  llvm/test/tools/llvm-profgen/noinline-cs-noprobe.test
  llvm/test/tools/llvm-profgen/recursion-compression-noprobe.test
  llvm/test/tools/llvm-profgen/recursion-compression-pseudoprobe.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp
  llvm/tools/llvm-profgen/CSPreInliner.cpp
  llvm/tools/llvm-profgen/CSPreInliner.h
  llvm/tools/llvm-profgen/CallContext.h
  llvm/tools/llvm-profgen/PerfReader.cpp
  llvm/tools/llvm-profgen/PerfReader.h
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.h
  llvm/tools/llvm-profgen/ProfiledBinary.cpp
  llvm/tools/llvm-profgen/ProfiledBinary.h
  llvm/unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107299.369612.patch
Type: text/x-patch
Size: 149157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210831/0ecdd386/attachment.bin>


More information about the llvm-commits mailing list