[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
Mon Aug 10 07:17:54 PDT 2020
hiraditya added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/HotColdSplitting.cpp:106
+// during optimization.
+static std::set<std::string> UserSuppliedColdFunctions;
+
----------------
Let's move this inside the HotColdSplitting class
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