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