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
/
loopnest-callback.ll
blob
645e0ee30a70bf6ef94f3c08ba89cecf0175b139
1
;RUN: opt -disable-output -passes=loop-interchange -print-after-all < %s 2>&1 | FileCheck %s
2
3
; CHECK: IR Dump After LoopInterchangePass
4
define void @foo() {
5
entry:
6
br label %for.cond
7
for.cond:
8
br label %for.cond
9
}