[clang] [lld] [llvm] [ThinLTO] Reduce the number of renaming due to promotions (PR #178587)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 10 13:48:01 PST 2026


================
@@ -774,16 +774,19 @@ struct DevirtIndex {
   // importing.
   std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap;
 
+  DenseSet<StringRef> &Globals;
----------------
yonghong-song wrote:

Sure. Will add.

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


More information about the llvm-commits mailing list