[PATCH] D108435: [CSSPGO] split context string II - reader/writer changes
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 19:03:55 PDT 2021
hoy created this revision.
Herald added subscribers: modimo, wenlei, hiraditya.
hoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is the profile reader/writer/llvm-profdata 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/D108435
Files:
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/lib/ProfileData/SampleProf.cpp
llvm/lib/ProfileData/SampleProfReader.cpp
llvm/lib/ProfileData/SampleProfWriter.cpp
llvm/tools/llvm-profdata/llvm-profdata.cpp
llvm/unittests/ProfileData/SampleProfTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108435.367684.patch
Type: text/x-patch
Size: 60265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210820/a53c809f/attachment.bin>
More information about the llvm-commits
mailing list