[Mlir-commits] [mlir] [mlir][CallGraph] Add edges for callable symbol references in CallGraph (PR #116177)

Haocong Lu llvmlistbot at llvm.org
Thu Dec 5 21:30:28 PST 2024


================
@@ -60,8 +62,8 @@ class CallGraphNode {
     };
 
   public:
-    /// Returns true if this edge represents an `Abstract` edge.
-    bool isAbstract() const { return targetAndKind.getInt() == Kind::Abstract; }
+    /// Returns true if this edge represents an `Ref` edge.
----------------
Luhaocong wrote:

done

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


More information about the Mlir-commits mailing list