[llvm] [MemProf] Support cloning for indirect calls with ThinLTO (PR #110625)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 20:35:54 PDT 2024


================
@@ -43,8 +43,13 @@ class MemProfContextDisambiguation
   // ThinLTO backend via opt (to simulate distributed ThinLTO).
   std::unique_ptr<ModuleSummaryIndex> ImportSummaryForTesting;
 
+  // Whether we are building with SamplePGO. This is needed for correctly
+  // updating profile metadata on speculatively promoted calls.
+  bool SamplePGO;
----------------
teresajohnson wrote:

done

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


More information about the llvm-commits mailing list