[BOLT] Add --pad-funcs-before=func:n (#117924)
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-bbs-illegal2.ll
blob8a520a9d0fd4aa87def9996a9808c19086b09052
1 ; RUN: llvm-reduce --delta-passes=basic-blocks --test %python --test-arg %p/Inputs/remove-bbs.py -abort-on-invalid-reduction %s -o %t
3 declare void @0()
5 define internal void @1(ptr %x0, i1 %x1) {
6 interesting0:
7   %x3 = alloca i32, align 4
8   store ptr null, ptr %x0, align 8
9   br label %interesting1
11 interesting1:                                                ; preds = %x2
12   call void @0()
13   br label %x2
15 x2:
16   br i1 %x1, label %interesting3, label %interesting4
18 interesting3:
19   call void @0()
20   br label %x2
22 interesting4:
23   br label %x5
25 x5:
26   store i32 0, ptr %x3, align 4
27   ret void