[Mlir-commits] [mlir] 1ee88e6 - Fix invalid link in the MLIR Standard Dialect www page (2nd attempt)
Mehdi Amini
llvmlistbot at llvm.org
Sat Jul 18 15:22:24 PDT 2020
Author: Mehdi Amini
Date: 2020-07-18T22:22:11Z
New Revision: 1ee88e6efe4e578c064c2c3779ca104478dfe136
URL: https://github.com/llvm/llvm-project/commit/1ee88e6efe4e578c064c2c3779ca104478dfe136
DIFF: https://github.com/llvm/llvm-project/commit/1ee88e6efe4e578c064c2c3779ca104478dfe136.diff
LOG: Fix invalid link in the MLIR Standard Dialect www page (2nd attempt)
Added:
Modified:
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
index cde317065ffe..702b912d3103 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
More information about the Mlir-commits
mailing list