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

David Li via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 13 15:19:48 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 cfe-commits mailing list