[Mlir-commits] [mlir] Added RecursiveMemoryEffects to ExecuteRegionOp (PR #164390)

Matthias Springer llvmlistbot at llvm.org
Mon Oct 27 11:38:56 PDT 2025


================
@@ -156,3 +156,24 @@ func.func @manual_deallocation(%c: i1, %f: f32, %idx: index) -> f32 {
 //       CHECK:   cf.assert %[[true]], "expected that the block does not have ownership"
 //       CHECK:   memref.dealloc %[[manual_alloc]]
 //       CHECK:   bufferization.dealloc (%[[managed_alloc]] : memref<5xf32>) if (%[[true]])
+
+// -----
+
+// CHECK-LABEL: func.func private @properly_creats_deallocations_in_execute_region(
----------------
matthias-springer wrote:

typo here, which makes the test fail

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


More information about the Mlir-commits mailing list