[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)
Matthias Springer
llvmlistbot at llvm.org
Fri Jun 12 03:18:10 PDT 2026
https://github.com/matthias-springer commented:
I just looked at the op definitions and LangRef. Looks good so far!
This is a pretty large PR, can you split it up in smaller chunks? E.g., starting with the `scf.loop`. Just adding the op definition, verifiers etc. But no early exit yet. (The loop would be an infinite loop or a single iteration.) That could already reduce the PR by a few hundred LoC and I think that part could merge already.
https://github.com/llvm/llvm-project/pull/166688
More information about the Mlir-commits
mailing list