llvm-project
0f63db5c - Attributor: Avoid calling identifyDefaultAbstractAttributes on declarations (#182663)

Commit
93 days ago
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.
Author
Parents
Loading