[Mlir-commits] [mlir] [ViewOpGraph] Improve GraphViz output (PR #125509)
Eric Hein
llvmlistbot at llvm.org
Thu Feb 6 09:39:10 PST 2025
================
@@ -4,41 +4,41 @@
// DFG: compound = true;
// DFG: subgraph cluster_1 {
// DFG: v2 [label = " ", shape = plain];
-// DFG: label = "builtin.module : ()\n";
+// DFG: label = "builtin.module : ()\l";
// DFG: subgraph cluster_3 {
// DFG: v4 [label = " ", shape = plain];
// DFG: label = "";
// DFG: subgraph cluster_5 {
// DFG: v6 [label = " ", shape = plain];
-// DFG: label = "test.graph_region : ()\n";
+// DFG: label = "test.graph_region : ()\l";
----------------
ehein6 wrote:
https://github.com/llvm/llvm-project/pull/125509/commits/7a2f24a7493d00db258eb363f10fc2344e00539e
https://github.com/llvm/llvm-project/pull/125509
More information about the Mlir-commits
mailing list