summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/add128.ll
blob: 6432b2d9a847d801b6aff65ce7838a457ae4db65 (plain)
1
2
3
4
5
6
7
8
9
10
;test for ADDC and ADDE expansion
;
; RUN: llvm-as < %s | llc -march=alpha
; XFAIL: *

define i128 @add128(i128 %x, i128 %y) {
entry:
	%tmp = add i128 %y, %x
	ret i128 %tmp
}