repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
Mips
/
2008-07-06-fadd64.ll
blob
ff8ed4d94403709987a077fa67119fea97890082
1
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
2
3
define double @dofloat(double %a, double %b) nounwind {
4
entry:
5
; CHECK: __adddf3
6
fadd double %a, %b ; <double>:0 [#uses=1]
7
ret double %0
8
}