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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-diff
/
indirectbr.ll
blob
b2d601ae8dbdfdd01763817eca02e5a0a7f2033f
1
; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=33623
2
; RUN: llvm-diff %s %s
3
4
define i32 @foo(ptr) {
5
entry:
6
indirectbr ptr %0, [label %A, label %B, label %entry]
7
A:
8
ret i32 1
9
B:
10
ret i32 2
11
}