Skip to content

Commit 5439242

Browse files
committed
[mlir][bufferization] fixed typo in to_memref doc
Reviewed By: pifon2a Differential Revision: https://reviews.llvm.org/D114824
1 parent ba74bb3 commit 5439242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def Bufferization_ToMemrefOp : Bufferization_Op<"to_memref",
137137
%12 = bufferization.to_memref %10 : memref<4x?xf32, #map0, 42>
138138
```
139139

140-
Note, that mutating the result of the to_buffer operation leads to
140+
Note, that mutating the result of the to_memref operation leads to
141141
undefined behavior.
142142

143143
This operation is a specialized variant of the built-in

0 commit comments

Comments
 (0)