| Dan Gohman | 4050339 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd | count 1 | 
| Evan Cheng | 8f79775 | 2009-01-20 00:16:18 +0000 | [diff] [blame] | 2 | ; rdar://6504833 | 
| 3 | |||||
| 4 | define float @f(i32 %x) nounwind readnone { | ||||
| 5 | entry: | ||||
| 6 | %0 = uitofp i32 %x to float | ||||
| 7 | ret float %0 | ||||
| 8 | } | ||||