Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / CSKY / inline-asm-invalid.ll
blob511c4c2ab6490f29c52131866991df8d7c7b237b
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: not llc -mtriple=csky < %s 2>&1 | FileCheck %s
4 define void @constraint_f() nounwind {
5 ; CHECK: error: couldn't allocate input reg for constraint 'v'
6   tail call void asm "fadds fa0, fa0, $0", "v"(float 0.0)
7 ; CHECK: error: couldn't allocate input reg for constraint 'v'
8   tail call void asm "faddd fa0, fa0, $0", "v"(double 0.0)
9   ret void