[llvm] Reland "[ThinLTO][Bitcode] Generate import type in bitcode" (PR #97253)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 13:58:37 PDT 2024


================
@@ -1277,7 +1278,7 @@ using ModulePathStringTableTy = StringMap<ModuleHash>;
 using GVSummaryMapTy = DenseMap<GlobalValue::GUID, GlobalValueSummary *>;
 
 /// A set of global value summary pointers.
-using GVSummaryPtrSet = SmallPtrSet<GlobalValueSummary *, 4>;
+using GVSummaryPtrSet = std::unordered_set<GlobalValueSummary *>;
----------------
minglotus-6 wrote:

yes I corrected the patch description with this link. thanks!

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


More information about the llvm-commits mailing list