Lines Matching refs:transform
1 // RUN: mlir-opt --test-transform-dialect-interpreter %s -split-input-file -verify-diagnostics | Fi…
5 transform.with_pdl_patterns {
9 %0 = transform.structured.match ops{["func.func"]} in %arg1
10 transform.bufferization.one_shot_bufferize %0
37 transform.with_pdl_patterns {
41 %0 = transform.structured.match ops{["func.func"]} in %arg1
42 transform.bufferization.one_shot_bufferize %0
60 // Test One-Shot Bufferize transform failure with an unknown op. This would be
63 transform.with_pdl_patterns {
67 %0 = transform.structured.match ops{["func.func"]} in %arg1
69 transform.bufferization.one_shot_bufferize %0 {target_is_module = false}
81 // Test One-Shot Bufferize transform failure with a module op.
83 transform.with_pdl_patterns {
88 transform.bufferization.one_shot_bufferize %arg1