File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
12; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
3+ ; RUN: llc < %s -mtriple=arm64-eabi -global-isel -global-isel-abort=2 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-GI
4+
5+ ; CHECK-GI: warning: Instruction selection used fallback path for fcvtxn
26
37define float @fcvtxn (double %a ) {
48; CHECK-LABEL: fcvtxn:
5- ; CHECK: fcvtxn s0, d0
6- ; CHECK-NEXT: ret
9+ ; CHECK: // %bb.0:
10+ ; CHECK-NEXT: fcvtxn s0, d0
11+ ; CHECK-NEXT: ret
712 %vcvtxd.i = tail call float @llvm.aarch64.sisd.fcvtxn (double %a ) nounwind
813 ret float %vcvtxd.i
914}
10-
11- declare float @llvm.aarch64.sisd.fcvtxn (double ) nounwind readnone
You can’t perform that action at this time.
0 commit comments