[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / combine-lds.ll
blob62f3a1b1ef9c122c3e3594ea9f53bb141e61b560
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | FileCheck %s
4 define 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