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
/
ARM
/
2008-07-17-Fdiv.ll
blob
aa75970418a607420e490cc9c76b520a1350e789
1
; RUN: llvm-as < %s | llc -march=arm
2
3
define float @f(float %a, float %b) nounwind {
4
%tmp = fdiv float %a, %b
5
ret float %tmp
6
}