[Mlir-commits] [mlir] [mlir][SCF] Add `scf.for` bufferization preprocessing pass (PR #87594)

Matthias Springer llvmlistbot at llvm.org
Tue Dec 16 00:23:40 PST 2025


matthias-springer wrote:

I don't remember why this was not merged. I think it did not fully solve the problem in IREE. If you find this useful, feel free to rebase and we can get it merged. However, please double check if this is really what you want: just because the error message is gone does not mean that the IR will bufferize in a desirable way. Take a close look at memcpy and alloc which may get inserted in your bufferized IR.


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


More information about the Mlir-commits mailing list