[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)

Renato Golin llvmlistbot at llvm.org
Sat Mar 28 16:12:37 PDT 2026


================
@@ -558,6 +571,89 @@ func.func @accelerator_compute(i64, i1) -> i64 { // An SSACFG region
 }
 ```
 
+#### Region Terminator
----------------
rengolin wrote:

I've been reading this PR's comments and there's a lot to absorb, but just thought I would weigh in on this particular topic:

I strongly agree with Mehdi on "let's not implement slow before re-engineering", especially when there's a reasonable fast solution not too far off. 

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


More information about the Mlir-commits mailing list