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

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 17:16:57 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.
----------------
kazutakahirata wrote:

Updated.  Thanks!

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


More information about the llvm-commits mailing list