repo.or.cz
/
llvm-core.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-core.git]
/
test
/
CodeGen
/
MSP430
/
2009-05-19-DoubleSplit.ll
blob
54eb7ff5c0bf3db410933bc1b6635c6c034d650f
1
; RUN: llc < %s -march=msp430
2
3
define i16 @test(double %d) nounwind {
4
entry:
5
%add = fadd double %d, 1.000000e+00
6
%call = tail call i16 @funct(double %add) nounwind
7
ret i16 %call
8
}
9
10
declare i16 @funct(double)
11