2017-08-02 08:28:10 +08:00
|
|
|
; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2 | not grep cvtss2sd
|
2008-03-05 09:30:59 +08:00
|
|
|
; PR1264
|
|
|
|
|
|
|
|
define double @foo(double %x) {
|
2009-06-05 06:49:04 +08:00
|
|
|
%y = fmul double %x, 5.000000e-01
|
2008-03-05 09:30:59 +08:00
|
|
|
ret double %y
|
|
|
|
}
|