[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)
Mehdi Amini
llvmlistbot at llvm.org
Tue Mar 31 04:03:46 PDT 2026
================
----------------
joker-eph wrote:
> There were many comments on the original RFC about escaping regions that weren't counting on that behaviour. Do we make any guarantees now?
Is this the same question as in the other comment thread above? If not can you reformulate (I'm reading it the same now, but not sure).
> then why do we even need a new loop op?
Are you asking why we introduce scf.loop instead of just keeping scf.while and scf.for and adding support for early-exit to these?
https://github.com/llvm/llvm-project/pull/166688
More information about the Mlir-commits
mailing list