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

Mehdi Amini llvmlistbot at llvm.org
Mon Oct 20 07:44:46 PDT 2025


================
@@ -77,7 +77,8 @@ def ConditionOp : SCF_Op<"condition", [
 //===----------------------------------------------------------------------===//
 
 def ExecuteRegionOp : SCF_Op<"execute_region", [
-    DeclareOpInterfaceMethods<RegionBranchOpInterface>]> {
+    DeclareOpInterfaceMethods<RegionBranchOpInterface>,
+    RecursiveMemoryEffects]> {
----------------
joker-eph wrote:

What test depends on the `RecursiveMemoryEffects` right now?

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


More information about the Mlir-commits mailing list