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
/
Other
/
ChangePrinters
/
print-changed-D107989.ll
blob
9e56e430d096e38bf59832234272d0626948caf5
1
; D107989 This triggered an assert
2
3
; RUN: opt -passes=globalopt < %s -disable-output -print-changed=diff-quiet
4
5
define signext i32 @main() {
6
entry:
7
ret i32 0
8
}
9
10
define internal void @f() {
11
entry:
12
ret void
13
}