13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s3; RUN: llc < %s -mtriple=arm64-eabi -global-isel | FileCheck %s --check-prefixes=CHECK4 5define float @fcvtxn(double %a) {6; CHECK-LABEL: fcvtxn:7; CHECK: // %bb.0:8; CHECK-NEXT: fcvtxn s0, d09; CHECK-NEXT: ret10 %vcvtxd.i = tail call float @llvm.aarch64.sisd.fcvtxn(double %a) nounwind11 ret float %vcvtxd.i12}13