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