[PATCH] D108433: [CSSPGO] split context string - compiler changes

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 19 18:54:38 PDT 2021


hoy created this revision.
Herald added subscribers: ormris, modimo, wenlei, hiraditya, eraman.
hoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is the compiler part of the context split work. Please refer to D107299 <https://reviews.llvm.org/D107299> for the original whole patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108433

Files:
  llvm/include/llvm/ProfileData/ProfileCommon.h
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
  llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
  llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
  llvm/lib/ProfileData/SampleProf.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108433.367679.patch
Type: text/x-patch
Size: 38423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210820/926d5a19/attachment-0001.bin>


More information about the llvm-commits mailing list