[Mlir-commits] [mlir] [mlir][Interfaces] Add `mustProgress` interface method + folding pattern (PR #179039)

Jakub Kuderski llvmlistbot at llvm.org
Sat Jan 31 07:12:39 PST 2026


================
@@ -24,4 +25,15 @@
 
 #include "mlir/Dialect/UB/IR/UBOpsDialect.h.inc"
 
+namespace mlir {
+namespace ub {
+/// Populate a canonicalization pattern that erases "must progress" region
+/// branch ops that loop infinitely and replaces their results with poisoned
----------------
kuhar wrote:

```suggestion
/// branch ops that loop infinitely and replaces their results with poison
```

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


More information about the Mlir-commits mailing list