2008-09-04 22:59:58 +00:00
|
|
|
; RUN: llvm-as < %s | llc -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
|
|
|
|
}
|