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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Oct 21 01:08:50 PDT 2025


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

creating another PR with just RecursiveMemoryEffects and relevant test

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


More information about the Mlir-commits mailing list