repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
test
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
blob
458045a086ff4047f2261d2efa6fb1e9e6fa7a4f
1
; RUN: opt < %s -adce -disable-output
2
; RUN: opt < %s -adce -adce-remove-loops -disable-output
3
4
define i32 @main() {
5
br label %loop
6
7
loop: ; preds = %loop, %0
8
br label %loop
9
}
10