Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Mips / Fast-ISel / double-arg.ll
blob16cba99ad0657d795d5c3d9eadb742315e8300dc
1 ; RUN: not --crash llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 \
2 ; RUN:         -O0 -relocation-model=pic -fast-isel-abort=3 < %s
4 ; Check that FastISel aborts when we have 64bit FPU registers. FastISel currently
5 ; supports AFGR64 only, which uses paired 32 bit registers.
7 define zeroext i1 @f(double %value) {
8 entry:
9 ; CHECK-LABEL: f:
10 ; CHECK: sdc1
11   %value.addr = alloca double, align 8
12   store double %value, ptr %value.addr, align 8
13   ret i1 false