Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aa2a7cd828918a4294b7186691594c2be55641d6
/
.
/
llvm
/
test
/
CodeGen
/
SystemZ
/
03-RetNegImmSubreg.ll
blob: 87ebcc1f0a4f84fe90643a3bb616960bedb31e2f [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=systemz | grep lcr | count 1
define
i32
@foo
(
i32
%a
)
{
entry
:
%c
=
sub
i32
0
,
%a
ret
i32
%c
}