blob: 36115485f773c28065df00804333db76087d0568 [file] [log] [blame]
// RUN: iree-dialects-opt --transform-dialect-interpreter %s | FileCheck %s
// CHECK-LABEL: IR printer: test print
// CHECK-NEXT: module
// CHECK-NEXT: transform.structured.canonicalized_sequence
transform.structured.canonicalized_sequence {
^bb0(%arg0: !pdl.operation):
print {name = "test print"}
}