[PATCH] D97998: [CSSPGO] llvm-profdata support for CS profile.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 18:18:12 PST 2021


hoy created this revision.
Herald added a subscriber: wenlei.
hoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Context-sensitive AutoFDO profile has a different name scheme where full calling contexts are encoded as function names. When processing CS proifle, llvm-profdata should use full contexts instead of leaf function names.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97998

Files:
  llvm/test/tools/llvm-profdata/sample-hot-func-list.test
  llvm/test/tools/llvm-profdata/sample-overlap.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97998.328351.patch
Type: text/x-patch
Size: 7521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/10e8ecbd/attachment.bin>


More information about the llvm-commits mailing list