[clang] [llvm] [InstrPGO] Instrument sampling profile based cold function (PR #109837)

via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 17:30:33 PDT 2024


================
@@ -53,6 +53,8 @@ class PGOInstrumentationGenCreateVar
   bool ProfileSampling;
 };
 
+enum class InstrColdFuncCovMode { Conservative = 0, Optimistic };
----------------
WenleiHe wrote:

remove this? 

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


More information about the cfe-commits mailing list