blob: fdd54d3f43401a1661b93998f7e07ffd7008416e [file] [log] [blame]
// RUN: iree-dialects-opt --linalg-transform-interp %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"}
}