repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Support 'f' Inline Assembly Constraint
[llvm-core.git]
/
test
/
CodeGen
/
BPF
/
sdiv_error.ll
blob
053b82dd98fad21676088818057db21b7083c8de
1
; RUN: not llc -march=bpf < %s 2> %t1
2
; RUN: FileCheck %s < %t1
3
; CHECK: Unsupport signed division
4
5
; Function Attrs: norecurse nounwind readnone
6
define i32 @test(i32 %len) #0 {
7
%1 = srem i32 %len, 15
8
ret i32 %1
9
}