llvm-6502/test/CodeGen/X86/uint_to_fp-2.ll
2009-09-08 23:54:48 +00:00

9 lines
177 B
LLVM

; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd | count 1
; rdar://6504833
define float @f(i32 %x) nounwind readnone {
entry:
%0 = uitofp i32 %x to float
ret float %0
}