2009-09-09 01:54:48 +02:00
|
|
|
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep fldl | count 1
|
2008-05-13 01:04:07 +02:00
|
|
|
|
2008-09-05 00:59:58 +02:00
|
|
|
define double @doload64(i64 %x) nounwind {
|
2008-05-13 01:04:07 +02:00
|
|
|
%tmp717 = bitcast i64 %x to double
|
|
|
|
ret double %tmp717
|
|
|
|
}
|