index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Generic
/
div-neg-power-2.ll
blob: 76d6182931cc31eeb0c3d7115915fee0917a4b9e (
plain
)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc
int
%test
(
int
%X
)
{
%Y
=
div
int
%X
,
-2
ret
int
%Y
}