Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git] / test / CodeGen / Alpha / add128.ll
blobfa3b949fc7b8c75f51f1d2affa9433bea48a82c4
1 ;test for ADDC and ADDE expansion
3 ; RUN: llc < %s -march=alpha
5 define i128 @add128(i128 %x, i128 %y) {
6 entry:
7         %tmp = add i128 %y, %x
8         ret i128 %tmp