[PATCH] D100528: [CSSPGO][llvm-profdata] Support trimming cold context when merging profiles
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 23:02:32 PDT 2021
wenlei added inline comments.
================
Comment at: llvm/tools/llvm-profdata/CMakeLists.txt:2
set(LLVM_LINK_COMPONENTS
+ Analysis
Core
----------------
This is because we now use ProfileSummaryInfo.cpp, so we can get all consistent hot/cold threshold computation and related switches, though pulling in entire Analysis lib is less than ideal. I'm thinking about moving ProfileSummaryInfo into ProfileData/ProfileSummaryBuildder.cpo from Analysis/ProfileSummaryInfo.cpp. But I'd like to get feedback before I move things around.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100528/new/
https://reviews.llvm.org/D100528
More information about the llvm-commits
mailing list