[Mlir-commits] [mlir] [mlir] [irdl] Add support for regions in irdl-to-cpp (PR #158540)
Jeremy Kun
llvmlistbot at llvm.org
Wed Oct 1 23:09:58 PDT 2025
j2kun wrote:
I added a proper C++ test in fd49ca73f840, though to make this work I needed a terminator op; as far as I know irdl can't do this yet? So I had to allow unregistered dialects and used an unknown op, which MLIR treats as a terminator by default.
https://github.com/llvm/llvm-project/pull/158540
More information about the Mlir-commits
mailing list