[llvm] [FuncAttrs] Relax norecurse attribute inference (PR #139943)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 00:58:48 PDT 2025


https://github.com/nikic commented:

Reasoning about uses of F is only going to work if the function has local linkage. hasAddressTaken() does not take into account potential uses in other modules.

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


More information about the llvm-commits mailing list