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

weiwei chen llvmlistbot at llvm.org
Tue Feb 4 09:20:02 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";
----------------
weiweichen wrote:

can `Mrecord` here be `mrecord` to be consistent with the other `static const` style here?

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


More information about the Mlir-commits mailing list