[Mlir-commits] [mlir] [MLIR][Interfaces] Change MemorySlotInterface to use OpBuilder (PR #91341)
Christian Ulmann
llvmlistbot at llvm.org
Tue May 7 22:39:00 PDT 2024
Dinistro wrote:
> I really wish there was a way to extend the RewriterBase instead of doing this, as even though this is not used in patterns, being able to hook into the rewriting process seems useful. Alas!
I've talked to multiple people that complained about the rewriter not being able to properly deal with block arguments. I did never investigate how hard this would be to implement, but given that many people encountered this, I suspect it's highly non-trivial.
https://github.com/llvm/llvm-project/pull/91341
More information about the Mlir-commits
mailing list