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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Blackfin
/
sdiv.ll
blob
e03f4ff512cd7fd388eae20fecee0fea4c488660
1
; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
2
define i32 @sdiv(i32 %A, i32 %B) {
3
%R = sdiv i32 %A, %B ; <i32> [#uses=1]
4
ret i32 %R
5
}