[Mlir-commits] [mlir] 570a397 - Fix dead link on MLIR website

Mehdi Amini llvmlistbot at llvm.org
Sat Jul 18 09:22:57 PDT 2020


Author: Mehdi Amini
Date: 2020-07-18T16:22:31Z
New Revision: 570a3977de9253bd93171ebd456bfd345d08e4eb

URL: https://github.com/llvm/llvm-project/commit/570a3977de9253bd93171ebd456bfd345d08e4eb
DIFF: https://github.com/llvm/llvm-project/commit/570a3977de9253bd93171ebd456bfd345d08e4eb.diff

LOG: Fix dead link on MLIR website

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 1b525455dd8d..cde317065ffe 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](../Affine.md#dimensions-and-symbols), results of a
+    [symbols](AffineOps.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