[Mlir-commits] [mlir] [mlir][docs] Fix typo in bufferization documentation(NFC) (PR #114342)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Oct 30 19:30:23 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-bufferization
Author: Longsheng Mou (CoTinker)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/114342.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td (+2-2)
``````````diff
diff --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
index 1c70a4b8df9254..7bcc3b9e799865 100644
--- a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
+++ b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
@@ -1,4 +1,4 @@
-//===- BufferizationOps.td - Bufferization op definitions ----------*- tablegen -*-===//
+//===- BufferizationOps.td - Bufferization op definitions --*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -602,7 +602,7 @@ def Bufferization_DeallocOp : Bufferization_Op<"dealloc", [
```
Deallocation will be called on `%a0` if `%cond0` is 'true' and neither
`%r0`, `%r1`, or `%r2` are aliases of `%a0`. `%a1` will be deallocated when
- `%cond1` is set to 'true' and none of `%r0`, %r1`, `%r2`, and `%a0` are
+ `%cond1` is set to 'true' and none of `%r0`, `%r1`, `%r2`, and `%a0` are
aliases.
Note that this can be an expensive operation if there are many operands that
``````````
</details>
https://github.com/llvm/llvm-project/pull/114342
More information about the Mlir-commits
mailing list