| Issue |
115437
|
| Summary |
[mlir][CallGraph] Missed visibility for CallGraphNode to construct AbstractEdge
|
| Labels |
mlir
|
| Assignees |
|
| Reporter |
Luhaocong
|
Hi River @River707 @tensorflower-gardener ,In `CallGraph Analysis`, I find a `AbstractEdge` will always be added to target `CallGraphNode` from `externalCallerNode`, no matter the target is a public or private `FunctionOpInterface` (which is subclass of `CallOpInterface`) .
https://github.com/llvm/llvm-project/blob/c17a914675f8fcadbf0ef440aae7e0ab6c49ec0c/mlir/lib/Analysis/CallGraph.cpp#L125-L131
Is there any plan to add visibility for `CallOpInterface` to get better analysis result ?Or could you please give me some advice, I can try to fix this problem?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs