[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)
Mehdi Amini
llvmlistbot at llvm.org
Wed Apr 8 10:34:00 PDT 2026
================
----------------
joker-eph wrote:
The initial version of this work had an Operation * instead of the number of region to break and it was cumbersome / fragile.
The number makes it standalone and self-contained: you can unroll, inline, outline (to some extent)… without breaking the relationship between source-target.
the symbols don’t bring anything I can think of on top of it, but require to do some extra bookkeeping and manage the “unicity” of the symbol IDs.
https://github.com/llvm/llvm-project/pull/166688
More information about the Mlir-commits
mailing list