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

Maksim Levental llvmlistbot at llvm.org
Wed Dec 20 08:56:18 PST 2023


================
@@ -93,3 +118,73 @@ def test_match_ops_mixed(op: OpHandle):
     # CHECK-NEXT: %[[VAL_1:.*]] = transform.structured.match
     # CHECK-SAME:   ops{["scf.for", "linalg.matmul", "scf.forall"]} in %[[VAL_0]]
     # CHECK-SAME:     -> !transform.any_op
+
+
+# CHECK-LABEL: TEST: test_sequence_region
+ at construct_and_print_in_module
+def test_sequence_region():
----------------
makslevental wrote:

Indeed in my "staging" repo I do run TransformInterpreter. Let me actually do both of these - remove the target func here but then add them both to wherever TransformInterpreter is tested.

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


More information about the Mlir-commits mailing list