I noticed that these missing docs were already fixed, so I abandon this PR.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Thu, Jun 1
@ftynse Thank you for your review! I don't have a commit access, could you rand it?
duplicated with https://reviews.llvm.org/D151611
Mon, May 29
Sun, May 28
@rriddle I don't have a commit access, could you land it?
Mon, May 22
apply clang-format
Thu, May 11
@ftynse Could you land this patch? I don't have a commit access.
Wed, May 10
May 9 2023
Feb 26 2023
Thank you for your comment! I understand that there may be cases where One-Shot Bufferize is not yet able to handle, and I appreciate the information on alternatives for the buffer deallocation pass.
Based on this, I will go ahead and close this PR.
Feb 21 2023
Thanks to this comment and I read a your comment on this issue. So I think that the name of this pass, convert-bufferization-to-memref, may be misleading. This pass requires that it runs after other bufferization passes, so perhaps it would be more appropriate to rename it or move it to -finalizing-bufferize.
Alternatively, I'm wondering if this conversion pass will eventually be removed, since it is recommended to use One-shot Bufferize instead of Conversion-based Bufferization. I am still trying to understand the details and context of Bufferization. If this PR is not needed, I will close it.
Feb 20 2023
Feb 16 2023
Feb 15 2023
Could someone review this patch document and provide feedback?
Feb 14 2023
remove unnecessary an include
Move a fix point from verification of op to rewriting level
Feb 12 2023
Feb 8 2023
@ftynse I don't have commit access. Could you please commit to this patch?
Feb 7 2023
update
Feb 6 2023
@bondhugula Ping
Feb 2 2023
Feb 1 2023
Upload patch to fix a ci error
Jan 31 2023
Fix two whitespace errors
Jan 30 2023
In D142858#4092590, @bondhugula wrote:The patch has two whitespace errors. Can you please fix these? I can land it otherwise.
git diff --check HEAD~ mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:510: trailing whitespace. + mlir/include/mlir/Dialect/Affine/IR/AffineOps.td:877: trailing whitespace. +
Update doc based on the review comments