We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a31f2 commit 25c8948Copy full SHA for 25c8948
mlir/test/Dialect/Vector/int-range-interface.mlir
@@ -18,6 +18,7 @@ func.func @constant_splat() -> vector<8xi32> {
18
}
19
20
// CHECK-LABEL: func @float_constant_splat
21
+// Don't crash on splat floats.
22
func.func @float_constant_splat() -> vector<8xf32> {
23
%0 = arith.constant dense<3.0> : vector<8xf32>
24
func.return %0: vector<8xf32>
0 commit comments