blob: fa3b949fc7b8c75f51f1d2affa9433bea48a82c4 [file] [log] [blame]
Andrew Lenharthd29f4892008-10-07 02:30:13 +00001;test for ADDC and ADDE expansion
2;
Dan Gohmanfce288f2009-09-09 00:09:15 +00003; RUN: llc < %s -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}