blob: da5105d8a4eac887c502b3e6967261067de7589c [file] [log] [blame]
Dan Gohman40503392009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd | count 1
Evan Cheng8f797752009-01-20 00:16:18 +00002; rdar://6504833
3
4define float @f(i32 %x) nounwind readnone {
5entry:
6 %0 = uitofp i32 %x to float
7 ret float %0
8}