File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/test/Integration/Dialect/Linalg/CPU Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ module @transforms attributes { transform.with_named_sequence } {
99
99
%slice = transform.structured.match ops {[" tensor.insert_slice" ]} in %func_op : (!transform.op <" func.func" >) -> !transform.any_op
100
100
transform.structured.vectorize %slice vector_sizes [8 , 1 ] : !transform.any_op
101
101
102
- // 3 . Bufferize before lowering to LLVM
102
+ // 4 . Bufferize before lowering to LLVM
103
103
%bufferize = transform.bufferization.one_shot_bufferize %module
104
104
{bufferize_function_boundaries =true } : (!transform.any_op ) -> !transform.any_op
105
105
106
- // 4 . Canonicalize
106
+ // 5 . Canonicalize
107
107
%func_op_bufferized = transform.structured.match ops {[" func.func" ]} in %bufferize : (!transform.any_op ) -> !transform.op <" func.func" >
108
108
transform.apply_patterns to %func_op_bufferized {
109
109
transform.apply_patterns.canonicalization
You can’t perform that action at this time.
0 commit comments