This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7ef934f6ab
llvm-project
/
llvm
/
test
/
Regression
/
Transforms
/
InstCombine
/
2004-12-08-RemInfiniteLoop.ll
7 lines
98 B
LLVM
Raw
Blame
History
; RUN: llvm-as < %s | opt -instcombine
i
n
t
%test
(
i
n
t
%X
)
{
%Y
=
r
e
m
i
n
t
%X
,
undef
ret
i
n
t
%Y
}
Reference in New Issue
View Git Blame
Copy Permalink