[llvm] [IR] Inroduce ModuleToSummariesForIndexTy (NFC) (PR #105906)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 17:12:54 PDT 2024


================
@@ -1291,6 +1291,9 @@ using ModulePathStringTableTy = StringMap<ModuleHash>;
 /// a particular module, and provide efficient access to their summary.
 using GVSummaryMapTy = DenseMap<GlobalValue::GUID, GlobalValueSummary *>;
 
+/// Map of a module name to its summary.
----------------
teresajohnson wrote:

s/summary/summaries/. And more accurately, map of a module name to the GUIDs and summaries we will import from that module.

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


More information about the llvm-commits mailing list