diff --git a/mlir/include/mlir/Transforms/Passes.td b/mlir/include/mlir/Transforms/Passes.td --- a/mlir/include/mlir/Transforms/Passes.td +++ b/mlir/include/mlir/Transforms/Passes.td @@ -725,7 +725,7 @@ let constructor = "mlir::createSymbolDCEPass()"; } -def ViewOpGraphPass : Pass<"symbol-dce", "ModuleOp"> { +def ViewOpGraphPass : Pass<"view-op-graph", "ModuleOp"> { let summary = "Print graphviz view of module"; let description = [{ This pass prints a graphviz per block of a module.