blob: 6432b2d9a847d801b6aff65ce7838a457ae4db65 [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; XFAIL: *
5
6define i128 @add128(i128 %x, i128 %y) {
7entry:
8 %tmp = add i128 %y, %x
9 ret i128 %tmp
10}