[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Other / loop-print-after-pass-invalidated.ll
blob63106f62ae1328a59103f042a6da5071c2f2a2d6
1 ; RUN: opt < %s 2>&1 -disable-output \
2 ; RUN:     -passes='simple-loop-unswitch<nontrivial>' \
3 ; RUN:     -print-after=simple-loop-unswitch \
4 ; RUN:     | FileCheck %s
6 ; CHECK: *** IR Dump After SimpleLoopUnswitchPass on for.cond ***
7 ; CHECK: *** IR Dump After SimpleLoopUnswitchPass on for.cond.us ***
9 define void @loop(i1 %w)  {
10 entry:
11   br label %for.cond
12 ; Loop:
13 for.cond:                                         ; preds = %for.inc, %entry
14   br i1 %w, label %for.inc, label %if.then
16 if.then:                                          ; preds = %for.cond
17   br label %for.inc
19 for.inc:                                          ; preds = %if.then, %for.cond
20   br label %for.cond