repo.or.cz
/
llvm
/
systemz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into systemz
[llvm/systemz.git]
/
test
/
CodeGen
/
ARM
/
fpow.ll
blob
461a2c966ec496e8ea98846d733eb2b1081b89a1
1
; RUN: llvm-as < %s | llc -march=arm
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