[Mlir-commits] [mlir] Adding to execute_region_op some missing support (PR #164159)

Mehdi Amini llvmlistbot at llvm.org
Thu Oct 23 04:36:28 PDT 2025


================
@@ -291,9 +292,102 @@ struct MultiBlockExecuteInliner : public OpRewritePattern<ExecuteRegionOp> {
   }
 };
 
+// Pattern to eliminate ExecuteRegionOp results which forward external
+// values from the region. In case there are multiple yield operations,
+// all of them must have the same operands iin order for the pattern to be
----------------
joker-eph wrote:

```suggestion
// all of them must have the same operands in order for the pattern to be
```

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


More information about the Mlir-commits mailing list