[PATCH] D127026: [CSSPGO][llvm-profgen] Reimplement computeSummaryAndThreshold using context trie
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 23:05:49 PDT 2022
hoy added inline comments.
================
Comment at: llvm/tools/llvm-profgen/ProfileGenerator.cpp:1037
+ bool OldOpt = UseContextLessSummary;
+ UseContextLessSummary = true;
+ ContextTracker.createContextLessProfileMap(ContextLessProfiles);
----------------
Should this be set to false? We want to avoid merging ContextLessProfiles again in computeSummaryForProfiles?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127026/new/
https://reviews.llvm.org/D127026
More information about the llvm-commits
mailing list