[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / Other / new-pm-pr42726-cgscc.ll
blobbf1de42480cfd6fa4f4aa4af7273ffefd9d7c1cf
1 ; RUN: opt -passes="default<O1>" %s -S | FileCheck %s
2 ; REQUIRES: asserts
4 declare void @bar()
5 declare void @baz(ptr)
7 ; CHECK-LABEL: @foo1()
8 define void @foo1() {
9 entry:
10   %tag = alloca i32, align 4
11   call void @baz(ptr %tag)
12   %tmp = load i32, ptr %tag, align 4
13   switch i32 %tmp, label %sw.bb799 [
14     i32 10, label %sw.bb239
15   ]
17 sw.bb239:
18   call void @foo2()
19   br label %cleanup871
21 sw.bb799:
22   call void @foo3(i32 undef)
23   br label %cleanup871
25 cleanup871:
26   call void @bar()
27   unreachable
30 define void @foo2() {
31   call void @foo4()
32   unreachable
35 define void @foo3(i32 %ptr) {
36   call void @foo1()
37   unreachable
40 define void @foo4() {
41 entry:
42   %tag = alloca i32, align 4
43   call void @baz(ptr %tag)
44   %tmp = load i32, ptr %tag, align 4
45   switch i32 %tmp, label %sw.bb442 [
46     i32 16, label %sw.bb352
47   ]
49 sw.bb352:
50   call void @foo3(i32 undef)
51   unreachable
53 sw.bb442:
54   call void @foo2()
55   unreachable