reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
; RUN: not llc -march=mipsel -mcpu=mips32r2 -mattr=+soft-float \
; RUN:         -O0 -fast-isel-abort=3 -relocation-model=pic < %s

; Test that FastISel aborts instead of trying to lower arguments for soft-float.

define void @__signbit(double %__x) {
entry:
  %__x.addr = alloca double, align 8
  store double %__x, double* %__x.addr, align 8
  ret void
}