~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

1
2
3
4
5
6
7
8
; 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
}