forked from OSchip/llvm-project
[mlir] Fix passArg of ViewOpGraphPass
Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D100156
This commit is contained in:
parent
222d30d32c
commit
61500016a5
|
@ -725,7 +725,7 @@ def SymbolDCE : Pass<"symbol-dce"> {
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue