Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Other / loopnest-callback.ll
blob645e0ee30a70bf6ef94f3c08ba89cecf0175b139
1 ;RUN: opt -disable-output -passes=loop-interchange -print-after-all < %s 2>&1 | FileCheck %s
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