Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Mips / 2008-08-03-ReturnDouble.ll
blob7c19c15ca7bb46da007637d26ef8637526331c6d
1 ; Double return in abicall (default)
2 ; RUN: llc < %s -march=mips
3 ; PR2615
5 define double @main(...) {
6 entry:
7         %retval = alloca double         ; <ptr> [#uses=3]
8         store double 0.000000e+00, ptr %retval
9         %r = alloca double              ; <ptr> [#uses=1]
10         load double, ptr %r         ; <double>:0 [#uses=1]
11         store double %0, ptr %retval
12         br label %return
14 return:         ; preds = %entry
15         load double, ptr %retval            ; <double>:1 [#uses=1]
16         ret double %1