File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/MemRef/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1214,7 +1214,7 @@ def LoadOp : MemRef_Op<"load",
1214
1214
1215
1215
A set `nontemporal` attribute indicates that this load is not expected to
1216
1216
be reused in the cache. For details, refer to the
1217
- [https://llvm.org/docs/LangRef.html#load-instruction](LLVM load instruction).
1217
+ [LLVM load instruction]( https://llvm.org/docs/LangRef.html#load-instruction).
1218
1218
1219
1219
An optional `alignment` attribute allows to specify the byte alignment of the
1220
1220
load operation. It must be a positive power of 2. The operation must access
@@ -1947,7 +1947,7 @@ def MemRef_StoreOp : MemRef_Op<"store",
1947
1947
1948
1948
A set `nontemporal` attribute indicates that this store is not expected to
1949
1949
be reused in the cache. For details, refer to the
1950
- [https://llvm.org/docs/LangRef.html#store-instruction](LLVM store instruction).
1950
+ [LLVM store instruction]( https://llvm.org/docs/LangRef.html#store-instruction).
1951
1951
1952
1952
An optional `alignment` attribute allows to specify the byte alignment of the
1953
1953
store operation. It must be a positive power of 2. The operation must access
You can’t perform that action at this time.
0 commit comments