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
[RISCV] Use RISCVSubtarget::is64Bit() instead of hasFeature(RISCV::Feature64Bit)...
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
ADCE
/
2002-07-29-Segfault.ll
blob
20b6e18d581462cdf2bf0a4fc646b58bf6364cce
1
; RUN: opt < %s -passes=adce -disable-output
2
; RUN: opt < %s -passes=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