[llvm] [ThinLTO] optimize propagateAttributes performance (PR #132917)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 09:06:33 PDT 2025
================
@@ -199,9 +199,7 @@ bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const {
return false;
}
-static void
-propagateAttributesToRefs(GlobalValueSummary *S,
- DenseSet<ValueInfo> &MarkedNonReadWriteOnly) {
----------------
teresajohnson wrote:
I wonder whether it would be a bit more efficient to make this a DenseSet of the GlobalValue::GUID instead of the ValueInfo
https://github.com/llvm/llvm-project/pull/132917
More information about the llvm-commits
mailing list