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

Peiming Liu llvmlistbot at llvm.org
Tue Feb 4 09:25:43 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";
----------------
PeimingLiu wrote:

I think this is a graphviz keyword

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


More information about the Mlir-commits mailing list