This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-17 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8955e3b755
llvm-6502
/
test
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
9 lines
119 B
LLVM
Raw
Normal View
History
Unescape
Escape
Use the llvm-upgrade program to upgrade llvm assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-02 04:23:10 +00:00
; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
new testcase that crashes opt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8536 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-15 15:29:11 +00:00
i
n
t
%main
(
)
{
br
label
%loop
loop:
br
label
%loop
}
Reference in New Issue
Copy Permalink