[PATCH] D108435: [CSSPGO] split context string II - reader/writer changes
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 30 15:14:05 PDT 2021
wenlei added inline comments.
================
Comment at: llvm/include/llvm/ProfileData/SampleProf.h:532
+ /// `Context`.
+ static void createContextFromString(StringRef ContextStr,
+ SampleContextFrameVector &Context) {
----------------
This can be removed now?
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