brintos

brintos / llvm-project-archived public Read only

0
0
Text · 506 B · 7155c3f Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic  | FileCheck %s3 4define i128 @f(x86_fp80 %a) nounwind {5; CHECK-LABEL: f:6; CHECK:       # %bb.0: # %entry7; CHECK-NEXT:    subq $24, %rsp8; CHECK-NEXT:    fldt {{[0-9]+}}(%rsp)9; CHECK-NEXT:    fstpt (%rsp)10; CHECK-NEXT:    callq __fixunsxfti@PLT11; CHECK-NEXT:    addq $24, %rsp12; CHECK-NEXT:    retq13entry:14	%tmp78 = fptoui x86_fp80 %a to i12815	ret i128 %tmp7816}17