[all-commits] [llvm/llvm-project] 0f63db: Attributor: Avoid calling identifyDefaultAbstractA...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Mar 1 00:36:31 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f63db5c665b77c943ed19d2615f94dbf24cfb7a
https://github.com/llvm/llvm-project/commit/0f63db5c665b77c943ed19d2615f94dbf24cfb7a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-03-01 (Sun, 01 Mar 2026)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
Attributor: Avoid calling identifyDefaultAbstractAttributes on declarations (#182663)
Previously it would be called and inserted into a visited map,
but would never be used. This could possibly go one step further
and never add declarations to the SetVector of Functions. If I try
that, only one call graph printing test fails.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list