From 1ee88e6efe4e578c064c2c3779ca104478dfe136 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Sat, 18 Jul 2020 22:21:29 +0000 Subject: [PATCH] Fix invalid link in the MLIR Standard Dialect www page (2nd attempt) --- mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td index cde3170..702b912 100644 --- a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td +++ b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td @@ -1700,7 +1700,7 @@ def LoadOp : Std_Op<"load", In an `affine.if` or `affine.for` body, the indices of a load are restricted to SSA values bound to surrounding loop induction variables, - [symbols](AffineOps.md#dimensions-and-symbols), results of a + [symbols](Affine.md#dimensions-and-symbols), results of a [`constant` operation](#stdconstant-constantop), or the result of an `affine.apply` operation that can in turn take as arguments all of the aforementioned SSA values or the recursively result of such an -- 2.7.4