[PATCH] D109769: [llvm-profgen] Strip context to support non-CS profile generation for hybrid sample
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 17:52:43 PDT 2021
wenlei added inline comments.
================
Comment at: llvm/tools/llvm-profgen/PerfReader.h:646
+protected:
+ void computeCounterFromLBR(const PerfSample *Sample, uint64_t Repeat);
};
----------------
Can this be private just like before?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109769/new/
https://reviews.llvm.org/D109769
More information about the llvm-commits
mailing list