repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
ADCE
/
2002-07-29-Segfault.ll
blob
6745555a406d696163fa7cbf8eb8e64a920282aa
1
; RUN: opt < %s -adce -disable-output
2
; RUN: opt < %s -adce -disable-output -adce-remove-loops
3
4
define void @test() {
5
br label %BB3
6
7
BB3: ; preds = %BB3, %0
8
br label %BB3
9
}
10