[PATCH] D89723: [AutoFDO][llvm-profgen]Context-sensitive profile data generation

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 11:16:36 PDT 2020


wenlei added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/SampleProf.h:346
 
+// State of context associated with FunctionSamples
+enum ContextState {
----------------
Let's separate CSSPGO changes in SampleProf out from the llvm-profgen changes. 

We'll send CSSPGO compiler/infrastructure patches separately, and then this llvm-profgen patch can depend on that.  


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89723/new/

https://reviews.llvm.org/D89723



More information about the llvm-commits mailing list