| Andrew Lenharth | 3b893a9 | 2008-10-07 02:30:13 +0000 | [diff] [blame] | 1 | ;test for ADDC and ADDE expansion |
| 2 | ; | ||||
| Dan Gohman | c8054d9 | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 3 | ; RUN: llc < %s -march=alpha |
| Andrew Lenharth | 3b893a9 | 2008-10-07 02:30:13 +0000 | [diff] [blame] | 4 | |
| 5 | define i128 @add128(i128 %x, i128 %y) { | ||||
| 6 | entry: | ||||
| 7 | %tmp = add i128 %y, %x | ||||
| 8 | ret i128 %tmp | ||||
| 9 | } | ||||