Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / inline-asm-f-constraint-softfloat.ll
blobb36c41046244de88238c730a19ac43b6f3c40bf3
1 ; RUN: not llc -mtriple=s390x-linux-gnu -mcpu=z15 -mattr=soft-float < %s 2>&1 | FileCheck %s
3 ; CHECK: error: couldn't allocate output register for constraint 'f'
5 define signext i32 @int_and_f(i32 signext %cc_dep1) {
6 entry:
7   %0 = tail call i32 asm sideeffect "", "=f,0"(i32 %cc_dep1)
8   ret i32 %0