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