aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Other/loopnest-callback.ll
blob: 645e0ee30a70bf6ef94f3c08ba89cecf0175b139 (plain)
1
2
3
4
5
6
7
8
9
;RUN: opt -disable-output -passes=loop-interchange -print-after-all < %s 2>&1 | FileCheck %s

; CHECK: IR Dump After LoopInterchangePass
define void @foo() {
entry:
  br label %for.cond
for.cond:
  br label %for.cond
}