[Mlir-commits] [mlir] [mlir][CallGraph] Fix abstract edge connected to external node (PR #116177)

River Riddle llvmlistbot at llvm.org
Sun Nov 17 22:20:40 PST 2024


River707 wrote:

Yes, I echo the same comments as @zero9178. This doesn't look correct to me generally, a function being public isn't the only indication something can be referenced externally. Non-symbol callables could be called externally, so could symbols with their address taken. To be able to answer that question for symbol operations you'd need a deeper analysis of the program state (i.e. seeing what things reference the symbol and possibly how they reference it)

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


More information about the Mlir-commits mailing list