summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/combine-lds.ll
blob: 62f3a1b1ef9c122c3e3594ea9f53bb141e61b560 (plain)
1
2
3
4
5
6
7
8
9
10
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | FileCheck %s

define double @doload64(i64 %x) nounwind  {
; CHECK-LABEL: doload64:
; CHECK:       # %bb.0:
; CHECK-NEXT:    fldl {{[0-9]+}}(%esp)
; CHECK-NEXT:    retl
	%tmp717 = bitcast i64 %x to double
	ret double %tmp717
}
OpenPOWER on IntegriCloud