Skip to content

Commit 1ee88e6

Browse files
committed
Fix invalid link in the MLIR Standard Dialect www page (2nd attempt)
1 parent 5809a32 commit 1ee88e6

File tree

1 file changed

+1
-1
lines changed
  • mlir/include/mlir/Dialect/StandardOps/IR

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/StandardOps/IR/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ def LoadOp : Std_Op<"load",
17001700

17011701
In an `affine.if` or `affine.for` body, the indices of a load are restricted
17021702
to SSA values bound to surrounding loop induction variables,
1703-
[symbols](AffineOps.md#dimensions-and-symbols), results of a
1703+
[symbols](Affine.md#dimensions-and-symbols), results of a
17041704
[`constant` operation](#stdconstant-constantop), or the result of an
17051705
`affine.apply` operation that can in turn take as arguments all of the
17061706
aforementioned SSA values or the recursively result of such an

0 commit comments

Comments
 (0)