[PATCH] D147790: [mlir] [bufferization] Fix dealloc errors.

donald chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 15 06:12:09 PDT 2023


cxy-1993 added a comment.

In D147790#4270628 <https://reviews.llvm.org/D147790#4270628>, @springerm wrote:

> Can you try this patch: https://reviews.llvm.org/D148408. I ran into a similar issue today and I think this should fix it.

Thanks for your reply, Sorry for not replying to the message in time.
This patch have solved my problem, thanks.

As https://reviews.llvm.org/D148408 , is any op contains in a terminator region (e.g. : tensor.parallel_insert_slice ) should move user before terminator after bufferize?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147790/new/

https://reviews.llvm.org/D147790



More information about the llvm-commits mailing list