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 88ee91c commit dfd929dCopy full SHA for dfd929d
mlir/docs/LangRef.md
@@ -56,7 +56,7 @@ allowing operation semantics to be described abstractly using
56
to operate on operations more generically. Traits often describe verification
57
constraints on valid IR, enabling complex invariants to be captured and
58
checked. (see [Op vs
59
-Operation](docs/Tutorials/Toy/Ch-2/#op-vs-operation-using-mlir-operations))
+Operation](Tutorials/Toy/Ch-2/#op-vs-operation-using-mlir-operations))
60
61
One obvious application of MLIR is to represent an
62
[SSA-based](https://en.wikipedia.org/wiki/Static_single_assignment_form) IR,
0 commit comments