Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / soft-float-inline-asm-04.ll
blobb11ee8772290b4de18b49049faf688e848d345d4
1 ; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -mattr=soft-float -O3 2>&1 | FileCheck %s
3 ; Verify that inline asms cannot use fp/vector registers with soft-float.
5 define <2 x i64> @f1() {
6   %ret = call <2 x i64> asm "", "={v0}" ()
7   ret <2 x i64> %ret
10 ; CHECK: error: couldn't allocate output register for constraint '{v0}'