[PATCH] D108435: [CSSPGO] split context string II - reader/writer changes
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 30 16:53:00 PDT 2021
hoy added inline comments.
================
Comment at: llvm/include/llvm/ProfileData/SampleProf.h:532
+ /// `Context`.
+ static void createContextFromString(StringRef ContextStr,
+ SampleContextFrameVector &Context) {
----------------
wenlei wrote:
> This can be removed now?
yes, it's removed from the other patch but somehow not updated here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108435/new/
https://reviews.llvm.org/D108435
More information about the llvm-commits
mailing list