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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 20:15:11 PDT 2024


================
@@ -3808,6 +4085,13 @@ bool MemProfContextDisambiguation::applyImport(Module &M) {
       FuncToAliasMap[F].insert(&A);
   }
 
+  InstrProfSymtab Symtab;
----------------
teresajohnson wrote:

done

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


More information about the llvm-commits mailing list