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 } {
9999 %slice = transform.structured.match ops {[" tensor.insert_slice" ]} in %func_op : (!transform.op <" func.func" >) -> !transform.any_op
100100 transform.structured.vectorize %slice vector_sizes [8 , 1 ] : !transform.any_op
101101
102- // 3 . Bufferize before lowering to LLVM
102+ // 4 . Bufferize before lowering to LLVM
103103 %bufferize = transform.bufferization.one_shot_bufferize %module
104104 {bufferize_function_boundaries =true } : (!transform.any_op ) -> !transform.any_op
105105
106- // 4 . Canonicalize
106+ // 5 . Canonicalize
107107 %func_op_bufferized = transform.structured.match ops {[" func.func" ]} in %bufferize : (!transform.any_op ) -> !transform.op <" func.func" >
108108 transform.apply_patterns to %func_op_bufferized {
109109 transform.apply_patterns.canonicalization
You can’t perform that action at this time.
0 commit comments