forked from OSchip/llvm-project
Fix dead link on MLIR website
This commit is contained in:
parent
9548697df9
commit
570a3977de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue