[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / llvm / test / CodeGen / Mips / Fast-ISel / double-arg.ll
blob6eccc9f498da1f3f65a288b390bf072a9a2e3aa5
1 ; RUN: not --crash llc -mtriple=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