```mlir func.func @convert_bitcast(%arg0 : f64) -> f64 { %1 = spirv.Bitcast %arg0 : f64 to i64 %2 = spirv.Bitcast %1 : i64 to f64 spirv.ReturnValue %2 : f64 } ``` ```console error: result type must be different from operand type ```