blob: 9557d17150ec49a75b430540ed48d9bf94907b7a [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 > %t
Devang Pateld18e31a2009-06-04 22:05:33 +00002; RUN: grep subq %t | count 1
3; RUN: grep addq %t | count 1
4
5define x86_fp80 @f0(float %f) nounwind readnone noredzone {
6entry:
7 %0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1]
8 ret x86_fp80 %0
9}