[Mlir-commits] [mlir] [mlir][spirv] Add support for `spirv.mlir.break` (PR #138688)

Igor Wodiany llvmlistbot at llvm.org
Mon May 12 02:22:54 PDT 2025


IgWod-IMG wrote:

> This is breaking MLIR current semantics. We first need to revamp some fundamentals in MLIR to be able to properly support this.
> We have a plan but it'll take a couple more months to deliver I think.

Thanks, I wasn't aware this would be a breaking change, but I found a relevant discussion now! I'm going to keep eye on the [RFC](https://discourse.llvm.org/t/rfc-region-based-control-flow-with-early-exits-in-mlir/76998) and revisit this patch once the support for early exits arrives.

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


More information about the Mlir-commits mailing list