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
/
Thumb
/
fpow.ll
blob
be3dc0b3c1f8e2c97e53a790dceb6a503b65bbe0
1
; RUN: llc < %s -march=thumb
2
3
define double @t(double %x, double %y) nounwind optsize {
4
entry:
5
%0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1]
6
ret double %0
7
}
8
9
declare double @llvm.pow.f64(double, double) nounwind readonly