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

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