[Mlir-commits] [mlir] 5439242 - [mlir][bufferization] fixed typo in to_memref doc
Aart Bik
llvmlistbot at llvm.org
Thu Dec 2 10:56:05 PST 2021
Author: Aart Bik
Date: 2021-12-02T10:55:57-08:00
New Revision: 543924284ff7432f1e2febcbd5b1a171136c4ccd
URL: https://github.com/llvm/llvm-project/commit/543924284ff7432f1e2febcbd5b1a171136c4ccd
DIFF: https://github.com/llvm/llvm-project/commit/543924284ff7432f1e2febcbd5b1a171136c4ccd.diff
LOG: [mlir][bufferization] fixed typo in to_memref doc
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D114824
Added:
Modified:
mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
index e04eab8b56496..9b977a7d250f5 100644
--- a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
+++ b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
@@ -137,7 +137,7 @@ def Bufferization_ToMemrefOp : Bufferization_Op<"to_memref",
%12 = bufferization.to_memref %10 : memref<4x?xf32, #map0, 42>
```
- Note, that mutating the result of the to_buffer operation leads to
+ Note, that mutating the result of the to_memref operation leads to
undefined behavior.
This operation is a specialized variant of the built-in
More information about the Mlir-commits
mailing list