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

Stella Laurenzo llvmlistbot at llvm.org
Tue Dec 19 17:58:35 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)
----------------
stellaraccident wrote:

Not related to this patch, but I don't think I could explain to anyone why we have a dialects tree in the extras namespace as well. For my own edification, could you explain why these things can't exist under the regular dialect/transform/ namespace? (I continue to get a code smell for just how... sprawling the transform dialect machinery is and wish it were more contained)

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


More information about the Mlir-commits mailing list