repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
div-neg-power-2.ll
blob
246cd033e27981c7bcb31494217ce1a4a22fd11a
1
; RUN: llc < %s
2
3
define i32 @test(i32 %X) {
4
%Y = sdiv i32 %X, -2 ; <i32> [#uses=1]
5
ret i32 %Y
6
}
7