[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)
Mehdi Amini
llvmlistbot at llvm.org
Sun Mar 29 08:49:46 PDT 2026
================
----------------
joker-eph wrote:
> IIUC, every break should yield the values / types that match the operation they return from
It's not a constraint at this level, it would be enforced by RegionBranchOpInterface for operations implementing it.
It's not different from other kind of region terminator today: `yield` operations are verified, but it's not a LangRef constraint.
https://github.com/llvm/llvm-project/pull/166688
More information about the Mlir-commits
mailing list