14 lines · plain
1// RUN: mlir-opt %s2// No need to check anything else than parsing here, this is being used by another test as data.3 4module attributes {transform.with_named_sequence} {5 transform.named_sequence @__transform_main(%arg0: !transform.any_op) {6 transform.debug.emit_remark_at %arg0, "outer" : !transform.any_op7 transform.sequence %arg0 : !transform.any_op failures(propagate) attributes {transform.target_tag="transform"} {8 ^bb1(%arg1: !transform.any_op):9 transform.debug.emit_remark_at %arg1, "inner" : !transform.any_op10 }11 transform.yield12 }13}14