blob: 89c5c2a17f88a8a640f0cb1dc0c2d62f76c89bb1 [file] [log] [blame]
func.func @bitcast() {
%input = util.unfoldable_constant dense<0> : tensor<4xi32>
%result = "stablehlo.bitcast_convert"(%input) : (tensor<4xi32>) -> tensor<4xf32>
check.expect_eq_const(%result, dense<0.0> : tensor<4xf32>) : tensor<4xf32>
return
}