bolt/deps/llvm-18.1.8/mlir/test/Examples/transform/Ch3/invalid.mlir

11 lines
361 B
MLIR
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: transform-opt-ch3 %s --test-transform-dialect-interpreter --split-input-file --verify-diagnostics
// expected-note @below {{offending operation}}
module {
transform.sequence failures(suppress) {
// expected-error @below {{expected the payload operation to implement CallOpInterface}}
^bb0(%arg0: !transform.my.call_op_interface):
yield
}
}