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

Stella Laurenzo llvmlistbot at llvm.org
Tue Dec 19 18:18:21 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:

I don't think we should be doing that, personally. I think this should live in the regular dialects/transform/ tree. Put it in an experimental package under there if needed. I've dealt with enough breakages and churn related to transform dialect usage that I doubt anyone would be able to differentiate between "this part of it is buyer beware". I don't think it needs to sprawl outside of its dialect.

(ftr - I'm perfectly fine with transform dialect being developed and even having an experimental vibe to it, but I would like it contained to its location)

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


More information about the Mlir-commits mailing list