freebsd-nq/test/CodeGen/Alpha/sub128.ll

10 lines
154 B
LLVM
Raw Normal View History

2009-06-02 17:52:33 +00:00
;test for SUBC and SUBE expansion
;
2009-10-14 17:57:32 +00:00
; RUN: llc < %s -march=alpha
2009-06-02 17:52:33 +00:00
define i128 @sub128(i128 %x, i128 %y) {
entry:
%tmp = sub i128 %y, %x
ret i128 %tmp
}