1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/Alpha/add128.ll
2008-10-07 14:15:42 +00:00

10 lines
164 B
LLVM

;test for ADDC and ADDE expansion
;
; RUN: llvm-as < %s | llc -march=alpha
define i128 @add128(i128 %x, i128 %y) {
entry:
%tmp = add i128 %y, %x
ret i128 %tmp
}