repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
2008-07-17-Fdiv.ll
blob
9f50d92a4d8e3a28963453c0333144fe4f07de09
1
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3
define float @f(float %a, float %b) nounwind {
4
%tmp = fdiv float %a, %b
5
ret float %tmp
6
}