Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / inline-asm-constraints-badI.ll
blob9d833d936c0600e5286a4403ffa68673113c3f0b
1 ; RUN: not llc -mtriple=aarch64-none-linux-gnu -o - %s
3 define void @foo() {
4   ; Out of range immediate for I.
5   call void asm sideeffect "add x0, x0, $0", "I"(i32 4097)
6   ret void