Add a few patterns to match allzeros without having to use the fp unit.
[oota-llvm.git] / test / CodeGen / Alpha / add128.ll
1 ;test for ADDC and ADDE expansion
2 ;
3 ; RUN: llc < %s -march=alpha
4
5 define i128 @add128(i128 %x, i128 %y) {
6 entry:
7         %tmp = add i128 %y, %x
8         ret i128 %tmp
9 }