[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-64-pic-11.ll
blob7155c3f7fa277eea1d81ea056953895f03ff9a45
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic  | FileCheck %s
4 define i128 @f(x86_fp80 %a) nounwind {
5 ; CHECK-LABEL: f:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    subq $24, %rsp
8 ; CHECK-NEXT:    fldt {{[0-9]+}}(%rsp)
9 ; CHECK-NEXT:    fstpt (%rsp)
10 ; CHECK-NEXT:    callq __fixunsxfti@PLT
11 ; CHECK-NEXT:    addq $24, %rsp
12 ; CHECK-NEXT:    retq
13 entry:
14         %tmp78 = fptoui x86_fp80 %a to i128
15         ret i128 %tmp78