[Mlir-commits] [mlir] [WIP][ViewOpGraph] Improve GraphViz output (PR #125509)

Eric Hein llvmlistbot at llvm.org
Tue Feb 4 09:57:01 PST 2025


================
@@ -29,7 +29,7 @@ using namespace mlir;
 
 static const StringRef kLineStyleControlFlow = "dashed";
 static const StringRef kLineStyleDataFlow = "solid";
-static const StringRef kShapeNode = "ellipse";
+static const StringRef kShapeNode = "Mrecord";
----------------
ehein6 wrote:

@PeimingLiu is correct, see https://graphviz.org/doc/info/shapes.html#record

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


More information about the Mlir-commits mailing list