Skip to content

Commit 25c8948

Browse files
committed
Add comment to test
1 parent d2a31f2 commit 25c8948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Dialect/Vector/int-range-interface.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func.func @constant_splat() -> vector<8xi32> {
1818
}
1919

2020
// CHECK-LABEL: func @float_constant_splat
21+
// Don't crash on splat floats.
2122
func.func @float_constant_splat() -> vector<8xf32> {
2223
%0 = arith.constant dense<3.0> : vector<8xf32>
2324
func.return %0: vector<8xf32>

0 commit comments

Comments
 (0)