[Mlir-commits] [mlir] [mlir][MLProgram] Add MLProgram to MemRef bufferization pass (PR #75103)

Ryan Holt llvmlistbot at llvm.org
Sun Jan 28 23:58:07 PST 2024


ryan-holt-1 wrote:

Thanks @matthias-springer! I've updated the PR. I had to make a couple of small changes to bufferization to account for the fact that a module-level op may be deleted (like `ml_program.global`). It works now, though, I'm not entirely sure I've implemented `bufferizesToMemoryRead` and `bufferizesToMemoryWrite` correctly.

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


More information about the Mlir-commits mailing list