blob: 49b9fa3c4129a66305b740d035a14076d5540956 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 -mattr=+sse2 | not grep cvtss2sd
Evan Cheng6fd599f2008-03-05 01:30:59 +00002; PR1264
3
4define double @foo(double %x) {
Dan Gohmanae3a0be2009-06-04 22:49:04 +00005 %y = fmul double %x, 5.000000e-01
Evan Cheng6fd599f2008-03-05 01:30:59 +00006 ret double %y
7}