aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaved Absar <106147771+javedabsar1@users.noreply.github.com>2024-08-20 10:15:26 +0100
committerGitHub <noreply@github.com>2024-08-20 10:15:26 +0100
commita6d81cdf896d901e0f5e672b9a3eccc4ae8759ce (patch)
tree10b124ae23107c02817f73a5aa80f918afdb25a9
parent7452014c95f97d2f25ad3e5cfea29085648428da (diff)
downloadllvm-a6d81cdf896d901e0f5e672b9a3eccc4ae8759ce.zip
llvm-a6d81cdf896d901e0f5e672b9a3eccc4ae8759ce.tar.gz
llvm-a6d81cdf896d901e0f5e672b9a3eccc4ae8759ce.tar.bz2
[MLIR][Bufferize][NFC] Fix documentation typo (#104881)
-rw-r--r--mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
index 80cd13d..95022d7 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.