blob: 61d020890e89b6fdeb8d11b4fd8a978237e3c2a8 [file] [log] [blame]
Andrew Lenharthd29f4892008-10-07 02:30:13 +00001;test for ADDC and ADDE expansion
2;
Chris Lattnerb263c352008-10-07 04:06:55 +00003; RUN: llvm-as < %s | llc -march=alpha
Andrew Lenharthd29f4892008-10-07 02:30:13 +00004
5define i128 @add128(i128 %x, i128 %y) {
6entry:
7 %tmp = add i128 %y, %x
8 ret i128 %tmp
9}