[Mlir-commits] [mlir] [mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is used (PR #91524)

Matthias Springer llvmlistbot at llvm.org
Mon May 20 03:33:59 PDT 2024


https://github.com/matthias-springer commented:

Can you add extra unit tests for `scf.for` (with tensor iter_arg that has an encoding), `scf.if` and `scf.execute_region` (with tensor result). I think these bufferization pattern must be updated because they create new `to_tensor` ops.

https://github.com/llvm/llvm-project/pull/91524


More information about the Mlir-commits mailing list