[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / BPF / sdiv_error.ll
blobfc79a1d44c16ba17443b4e4aaeb2bd27479b867d
1 ; RUN: not --crash 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