[PATCH] D107173: [CSSPGO] Introduce MD5-based context-sensitive profile
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 09:04:33 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.
Test Plan:
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107173
Files:
llvm/docs/CommandGuide/llvm-profdata.rst
llvm/include/llvm/ProfileData/SampleProf.h
llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
llvm/lib/ProfileData/SampleProf.cpp
llvm/lib/ProfileData/SampleProfReader.cpp
llvm/lib/ProfileData/SampleProfWriter.cpp
llvm/lib/Transforms/IPO/SampleContextTracker.cpp
llvm/lib/Transforms/IPO/SampleProfile.cpp
llvm/test/Transforms/SampleProfile/Inputs/csspgo-import-list.md5.prof
llvm/test/Transforms/SampleProfile/Inputs/indirect-call-csspgo-md5.prof
llvm/test/Transforms/SampleProfile/Inputs/profile-context-tracker-md5.prof
llvm/test/Transforms/SampleProfile/csspgo-import-list.ll
llvm/test/Transforms/SampleProfile/csspgo-inline-icall.ll
llvm/test/Transforms/SampleProfile/csspgo-inline.ll
llvm/test/tools/llvm-profdata/cs-sample-profile.test
llvm/test/tools/llvm-profgen/noinline-cs-noprobe.test
llvm/test/tools/llvm-profgen/noinline-cs-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/ProfileGenerator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107173.363113.patch
Type: text/x-patch
Size: 54834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210730/5154b3bf/attachment.bin>
More information about the llvm-commits
mailing list