blob: 5c0c523bca1dd7b780b778e08dea51c9c36104f4 [file]
; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -mattr=soft-float -O3 2>&1 | FileCheck %s
;
; Verify that inline asms cannot use fp/vector registers with soft-float.
define float @f1() {
%ret = call float asm "", "={f0}" ()
ret float %ret
}
; CHECK: error: could not allocate output register for constraint '{f0}'