Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
      2 ; CHECK-LABEL: f0:
      3 ; CHECK: subq
      4 ; CHECK: addq
      5 
      6 define x86_fp80 @f0(float %f) nounwind readnone noredzone {
      7 entry:
      8 	%0 = fpext float %f to x86_fp80		; <x86_fp80> [#uses=1]
      9 	ret x86_fp80 %0
     10 }
     11