Skip to content

Commit 9a688a7

Browse files
committed
Modify vector.interleave assembly format in the LIT test
1 parent a8e806a commit 9a688a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ func.func @interleave(%a: vector<2xf32>, %b: vector<2xf32>) -> vector<4xf32> {
501501
// CHECK: %[[RES:.*]] = spirv.CompositeConstruct %[[V0]], %[[V1]] : (f32, f32) -> vector<2xf32>
502502
// CHECK: return %[[RES]]
503503
func.func @interleave_size1(%a: vector<1xf32>, %b: vector<1xf32>) -> vector<2xf32> {
504-
%0 = vector.interleave %a, %b : vector<1xf32>
504+
%0 = vector.interleave %a, %b : vector<1xf32> -> vector<2xf32>
505505
return %0 : vector<2xf32>
506506
}
507507

0 commit comments

Comments
 (0)