repo.or.cz
/
llvm
/
msp430.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 msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
Alpha
/
add128.ll
blob
61d020890e89b6fdeb8d11b4fd8a978237e3c2a8
1
;test for ADDC and ADDE expansion
2
;
3
; RUN: llvm-as < %s | llc -march=alpha
4
5
define i128 @add128(i128 %x, i128 %y) {
6
entry:
7
%tmp = add i128 %y, %x
8
ret i128 %tmp
9
}