Files
clang-p2996/mlir/test/Dialect/Transform/include/test-interpreter-external-source.mlir
Ingo Müller 3517b67ef0 Reapply "[mlir][transform] Support symlinks in module loading. Reorganize tests. (#69329)"
This reverts commit c122b9727a but fixes
tests that were added between submitting #69329 for review and landing
it for the first time.
2023-10-19 09:04:49 +00:00

12 lines
500 B
MLIR

// RUN: mlir-opt %s
// No need to check anything else than parsing here, this is being used by another test as data.
transform.sequence failures(propagate) {
^bb0(%arg0: !transform.any_op):
transform.test_print_remark_at_operand %arg0, "outer" : !transform.any_op
transform.sequence %arg0 : !transform.any_op failures(propagate) attributes {transform.target_tag="transform"} {
^bb1(%arg1: !transform.any_op):
transform.test_print_remark_at_operand %arg1, "inner" : !transform.any_op
}
}