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 5809a32 commit 1ee88e6Copy full SHA for 1ee88e6
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
@@ -1700,7 +1700,7 @@ def LoadOp : Std_Op<"load",
1700
1701
In an `affine.if` or `affine.for` body, the indices of a load are restricted
1702
to SSA values bound to surrounding loop induction variables,
1703
- [symbols](AffineOps.md#dimensions-and-symbols), results of a
+ [symbols](Affine.md#dimensions-and-symbols), results of a
1704
[`constant` operation](#stdconstant-constantop), or the result of an
1705
`affine.apply` operation that can in turn take as arguments all of the
1706
aforementioned SSA values or the recursively result of such an
0 commit comments