xref: /llvm-project/llvm/test/CodeGen/X86/combine-lds.ll (revision 298c0b352d5ed998c91328f5023fb192c688e1ed)
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | FileCheck %s
3
4define double @doload64(i64 %x) nounwind  {
5; CHECK-LABEL: doload64:
6; CHECK:       # %bb.0:
7; CHECK-NEXT:    fldl {{[0-9]+}}(%esp)
8; CHECK-NEXT:    retl
9	%tmp717 = bitcast i64 %x to double
10	ret double %tmp717
11}
12