[PATCH] D85628: [HotColdSplitting] Add command line options for supplying cold function names via user input.
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 12:28:46 PDT 2020
hiraditya added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/HotColdSplitting.cpp:732
+ // isFunctionCold()
+ if (isFunctionInColdList(F)) {
+ Changed |= markFunctionCold(F);
----------------
hiraditya wrote:
> Marking cold functions should be in a separate loop before this loop.
ignore me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85628/new/
https://reviews.llvm.org/D85628
More information about the llvm-commits
mailing list