Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
40d513960a50664c3c4130a40612a5e3673615ce
/
.
/
test
/
CodeGen
/
Alpha
/
sub128.ll
blob: cb18559e532c0c694b589310024f7fd25575ecca [
file
] [
log
] [
blame
]
Andrew Lenharth
40d5139
2008-10-07 14:15:42 +0000
[
diff
] [
blame^
]
1
;test for SUBC and SUBE expansion
2
;
3
; RUN: llvm-as < %s | llc -march=alpha
4
5
define
i128
@sub128
(
i128
%x
,
i128
%y
)
{
6
entry
:
7
%tmp
=
sub
i128
%y
,
%x
8
ret
i128
%tmp
9
}