Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / RISCV / interrupt-attr-invalid.ll
blob2bcec1589df02103f6ef08c010bf992a7b83f7aa
1 ; RUN: not --crash llc -mtriple riscv32-unknown-elf -o - %s \
2 ; RUN: 2>&1 | FileCheck %s
3 ; RUN: not --crash llc -mtriple riscv64-unknown-elf -o - %s \
4 ; RUN: 2>&1 | FileCheck %s
6 ; CHECK: LLVM ERROR: Function interrupt attribute argument not supported!
7 define void @isr_user() #0 {
8   ret void
11 attributes #0 = { "interrupt"="foo" }