[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:18 PDT 2025


================
@@ -1604,6 +1604,145 @@ func.func @func_execute_region_inline_multi_yield() {
 
 // -----
 
+// Test case with single scf.yield op inside execute_region and its operand is defined outside the execute_region op.
+// Make scf.execute_region not to return anything.
+
+// CHECK:           scf.execute_region no_inline {
+// CHECK:             scf.yield
+// CHECK:           }
----------------
ddubov100 wrote:

done

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


More information about the Mlir-commits mailing list