blob: f11060a46ba3f902336d012c91bd1b8a5b8f5361 [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 failures(propagate) {
^bb0(%arg0: !pdl.operation):
print {name = "test print"}
}