float32x2_t test_vcvtx_f32_f64(float64x2_t v) { // CHECK: fcvtxn v0.2s, v0.2d return vcvtx_f32_f64(v); }
float32x2_t test_vcvtx_f32_f64(float64x2_t v) { // CHECK: test_vcvtx_f32_f64 return vcvtx_f32_f64(v); // CHECK: llvm.arm64.neon.fcvtxn.v2f32.v2f64 // CHECK-NEXT: ret }