aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/arm64-vcvtxd_f32_f64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/arm64-vcvtxd_f32_f64.ll')
-rw-r--r--test/CodeGen/AArch64/arm64-vcvtxd_f32_f64.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/AArch64/arm64-vcvtxd_f32_f64.ll b/test/CodeGen/AArch64/arm64-vcvtxd_f32_f64.ll
deleted file mode 100644
index 845b8cb9a1fe..000000000000
--- a/test/CodeGen/AArch64/arm64-vcvtxd_f32_f64.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
-
-define float @fcvtxn(double %a) {
-; CHECK-LABEL: fcvtxn:
-; CHECK: fcvtxn s0, d0
-; CHECK-NEXT: ret
- %vcvtxd.i = tail call float @llvm.aarch64.sisd.fcvtxn(double %a) nounwind
- ret float %vcvtxd.i
-}
-
-declare float @llvm.aarch64.sisd.fcvtxn(double) nounwind readnone