summaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha/add128.ll
blob: fa3b949fc7b8c75f51f1d2affa9433bea48a82c4 (plain)
1
2
3
4
5
6
7
8
9
;test for ADDC and ADDE expansion
;
; RUN: llc < %s -march=alpha

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