repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
BPF
/
sdiv_error.ll
blob
05394f3e05de89cf074e76d4647b0fd15e74a5e5
1
; RUN: not llc -mtriple=bpf < %s 2> %t1
2
; RUN: FileCheck %s < %t1
3
; CHECK: unsupported signed division
4
5
define i64 @test(i64 %len) {
6
%1 = sdiv i64 %len, 15
7
ret i64 %1
8
}