Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ddb265b905cf83c44bfa0819c3a80dc13f29173f
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2004-12-08-RemInfiniteLoop.ll
blob: fb18ea24c105565f5c7213099736d6b014b0a878 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine
int
%test
(
int
%X
)
{
%Y
=
rem
int
%X
,
undef
ret
int
%Y
}