We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94e76c commit 93e28ebCopy full SHA for 93e28eb
mlir/docs/Tutorials/MlirOpt.md
@@ -157,7 +157,7 @@ as well as emitting debug and diagnostic data.
157
158
Running `mlir-opt` with no flags will consume MLIR input
159
from standard in, parse and run verifiers on it,
160
-and write the MLIR back to standard out.
+and write the textual format back to standard out.
161
This is a good way to test if an input MLIR is well-formed.
162
163
`mlir-opt --help` shows a complete list of flags
0 commit comments