[Mlir-commits] [mlir] [mlir][python] meta region_op (PR #75673)

Maksim Levental llvmlistbot at llvm.org
Tue Dec 19 18:19:16 PST 2023


================
@@ -146,3 +148,7 @@ def test_match_ops_single(module: OpHandle):
 
     if dump_script:
         print(named_sequence_op)
+
+
+sequence = region_op(transform.SequenceOp.__base__, terminator=transform.YieldOp)
----------------
makslevental wrote:

paging @ftynse :)

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


More information about the Mlir-commits mailing list