1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mattr=-sse2,-sse3,-sse | FileCheck %s
5 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-f80:32:32-v64:64:64-v128:128:128-a0:0:64"
6 target triple = "i686-apple-darwin8"
7 ; This NaN should be shortened to a double (not a float).
9 declare x86_stdcallcc void @_D3nan5printFeZv(x86_fp80 %f)
13 ; CHECK: ## %bb.0: ## %entry_nan.main
14 ; CHECK-NEXT: subl $28, %esp
15 ; CHECK-NEXT: .cfi_def_cfa_offset 32
16 ; CHECK-NEXT: fldl {{\.?LCPI[0-9]+_[0-9]+}}
17 ; CHECK-NEXT: fstpt (%esp)
18 ; CHECK-NEXT: calll __D3nan5printFeZv
19 ; CHECK-NEXT: subl $16, %esp
20 ; CHECK-NEXT: xorl %eax, %eax
21 ; CHECK-NEXT: addl $28, %esp
24 call x86_stdcallcc void @_D3nan5printFeZv(x86_fp80 0xK7FFFC001234000000800)