[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)
Matthias Springer
llvmlistbot at llvm.org
Mon Mar 2 06:41:10 PST 2026
================
@@ -558,6 +571,89 @@ func.func @accelerator_compute(i64, i1) -> i64 { // An SSACFG region
}
```
+#### Region Terminator
----------------
matthias-springer wrote:
> I don't subscribe to the "let's implement something slow before re-engineering it all when we figure we have a terribly slow system" actually (I've been there on some past project, it's a never ending quest later). So yet another tradeoff about how important an API is.
I think that's the main point where we disagree. Let's discuss tomorrow.
https://github.com/llvm/llvm-project/pull/166688
More information about the Mlir-commits
mailing list