[Mlir-commits] [mlir] a6d81cd - [MLIR][Bufferize][NFC] Fix documentation typo (#104881)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Aug 20 02:15:30 PDT 2024
Author: Javed Absar
Date: 2024-08-20T10:15:26+01:00
New Revision: a6d81cdf896d901e0f5e672b9a3eccc4ae8759ce
URL: https://github.com/llvm/llvm-project/commit/a6d81cdf896d901e0f5e672b9a3eccc4ae8759ce
DIFF: https://github.com/llvm/llvm-project/commit/a6d81cdf896d901e0f5e672b9a3eccc4ae8759ce.diff
LOG: [MLIR][Bufferize][NFC] Fix documentation typo (#104881)
Added:
Modified:
mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
index 80cd13d687f5a6..95022d7d665d2d 100644
--- a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
+++ b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
@@ -164,7 +164,7 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
write.
Counter-example: bufferization.alloc_tensor
- The op just allocates and does not specifiy the data of the tensor,
+ The op just allocates and does not specify the data of the tensor,
so resultBufferizesToMemoryWrite is overridden to return false.
2. At least one aliasing OpOperand bufferizes to a memory write.
More information about the Mlir-commits
mailing list