-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[mlir][docs] Fix typo in bufferization documentation(NFC) #114342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-mlir @llvm/pr-subscribers-mlir-bufferization Author: Longsheng Mou (CoTinker) ChangesFull diff: https://github.com/llvm/llvm-project/pull/114342.diff 1 Files Affected:
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
|
Thanks. |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/52/builds/3348 Here is the relevant piece of the build log for the reference
|
No description provided.