Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Mips / mips64sinttofpsf.ll
blob12c353d72c56c972376a8b554586ee87b5906ee8
1 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mattr=+soft-float -O0 < %s | FileCheck %s
4 define double @foo() #0 {
5 entry:
6   %x = alloca i32, align 4
7   store volatile i32 -32, ptr %x, align 4
8   %0 = load volatile i32, ptr %x, align 4
9   %conv = sitofp i32 %0 to double
10   ret double %conv
12 ; CHECK-NOT:        dsll
13 ; CHECK-NOT:        dsrl