[llvm] [PGO] Add ability to mark cold functions as optsize/minsize/optnone (PR #69030)

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 15:19:51 PDT 2023


================
@@ -44,6 +46,7 @@ struct PGOOptions {
   std::string MemoryProfile;
   PGOAction Action;
   CSPGOAction CSAction;
+  ColdFuncAttr ColdType;
----------------
david-xl wrote:

ColdType --> ColdOptType

https://github.com/llvm/llvm-project/pull/69030


More information about the llvm-commits mailing list