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