[Mlir-commits] [mlir] [mlir][IR] Adjust insertion block when splitting blocks / moving ops (PR #150819)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jul 30 02:49:08 PDT 2025


MaheshRavishankar wrote:

I think if we are changing the insertion point, we should add a `InsertionPoint::Guard` to reset to the insertion point before the call. This can just lead to spurious errors.

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


More information about the Mlir-commits mailing list