Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
ff2a85246c6d5276aefd860eb658548c6d53b9e9
/
.
/
test
/
CodeGen
/
BPF
/
sdiv_error.ll
blob: 053b82dd98fad21676088818057db21b7083c8de [
file
]
; RUN: not llc -march=bpf < %s 2> %t1
; RUN: FileCheck %s < %t1
; CHECK: Unsupport signed division
; Function Attrs: norecurse nounwind readnone
define
i32
@test
(
i32
%len
)
#
0
{
%1
=
srem
i32
%len
,
15
ret
i32
%1
}