[RISCV] Support 'f' Inline Assembly Constraint
[llvm-core.git] / test / CodeGen / BPF / sdiv_error.ll
blob053b82dd98fad21676088818057db21b7083c8de
1 ; RUN: not llc -march=bpf < %s 2> %t1
2 ; RUN: FileCheck %s < %t1
3 ; CHECK: Unsupport signed division
5 ; Function Attrs: norecurse nounwind readnone
6 define i32 @test(i32 %len) #0 {
7   %1 = srem i32 %len, 15
8   ret i32 %1