[PATCH] D107192: [llvm-profgen][CSSPGO] Support count based aggregated type of hybrid perf script
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 20:16:39 PDT 2021
wenlei accepted this revision.
wenlei added a comment.
This revision is now accepted and ready to land.
There seems to have some test failures related to unwinder checks. Otherwise lgtm, thanks.
================
Comment at: llvm/tools/llvm-profgen/PerfReader.cpp:681
+ uint64_t Count = parseAggregatedCount(TraceIt);
+ parseSample(TraceIt, Count);
+}
----------------
assert that `Count >= 1` here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107192/new/
https://reviews.llvm.org/D107192
More information about the llvm-commits
mailing list