Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
c0f376dba2b51aacf06cfefbc1c46120bb8b725d
/
.
/
test
/
Transforms
/
InstCombine
/
2004-08-09-RemInfLoop.llx
blob: 1ed6054c21b0c9071878649f60b153f87326022b [
file
] [
log
] [
blame
]
;
RUN
:
llvm
-
as
<
%
s
|
opt
-
instcombine
;
This
testcase should
not
send the instcombiner
into
an infinite loop
!
int
%
test
(
int
%
X
)
{
%
Y
=
rem
int
%
X
,
0
ret
int
%
Y
}