1 ; REQUIRES: x86-registered-target
2 ; RUN: opt -passes='pgo-instr-gen,instrprof,coro-split' -do-counter-promotion=true -S < %s | FileCheck %s
4 ; CHECK-LABEL: define internal fastcc void @f.resume
5 ; CHECK: musttail call fastcc void
7 ; CHECK: musttail call fastcc void
9 ; CHECK-LABEL: define internal fastcc void @f.destroy
10 target triple = "x86_64-grtev4-linux-gnu"
12 %CoroutinePromise = type { ptr, i64, [8 x i8], ptr}
13 %Awaitable.1 = type { ptr }
14 %Awaitable.2 = type { ptr, ptr }
16 declare void @await_suspend(ptr noundef nonnull align 1 dereferenceable(1), ptr) local_unnamed_addr
17 declare ptr @await_transform_await_suspend(ptr noundef nonnull align 8 dereferenceable(16), ptr) local_unnamed_addr
18 declare void @destroy_frame_slowpath(ptr noundef nonnull align 16 dereferenceable(32)) local_unnamed_addr
19 declare ptr @other_coro();
20 declare void @heap_delete(ptr noundef, i64 noundef, i64 noundef) local_unnamed_addr
21 declare noundef nonnull ptr @heap_allocate(i64 noundef, i64 noundef) local_unnamed_addr
23 declare void @llvm.assume(i1 noundef)
24 declare i64 @llvm.coro.align.i64()
25 declare i1 @llvm.coro.alloc(token)
26 declare ptr @llvm.coro.begin(token, ptr writeonly)
27 declare i1 @llvm.coro.end(ptr, i1, token)
28 declare ptr @llvm.coro.free(token, ptr nocapture readonly)
29 declare token @llvm.coro.id(i32, ptr readnone, ptr nocapture readonly, ptr)
30 declare token @llvm.coro.save(ptr)
31 declare i64 @llvm.coro.size.i64()
32 declare ptr @llvm.coro.subfn.addr(ptr nocapture readonly, i8)
33 declare i8 @llvm.coro.suspend(token, i1)
34 declare void @llvm.instrprof.increment(ptr, i64, i32, i32)
35 declare void @llvm.instrprof.value.profile(ptr, i64, i64, i32, i32)
36 declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture)
37 declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture)
39 ; Function Attrs: noinline nounwind presplitcoroutine uwtable
40 define ptr @f(i32 %0) presplitcoroutine align 32 {
41 %2 = alloca i32, align 8
42 %3 = alloca %CoroutinePromise, align 16
43 %4 = alloca %Awaitable.1, align 8
44 %5 = alloca %Awaitable.2, align 8
45 %6 = call token @llvm.coro.id(i32 8, ptr nonnull %3, ptr nonnull @f, ptr null)
46 %7 = call i1 @llvm.coro.alloc(token %6)
47 br i1 %7, label %8, label %12
50 %9 = call i64 @llvm.coro.size.i64()
51 %10 = call i64 @llvm.coro.align.i64()
52 %11 = call noalias noundef nonnull ptr @heap_allocate(i64 noundef %9, i64 noundef %10) #27
53 call void @llvm.assume(i1 true) [ "align"(ptr %11, i64 %10) ]
57 %13 = phi ptr [ null, %1 ], [ %11, %8 ]
58 %14 = call ptr @llvm.coro.begin(token %6, ptr %13) #28
59 call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %3) #9
60 store ptr null, ptr %3, align 16
61 %15 = getelementptr inbounds {ptr, i64}, ptr %3, i64 0, i32 1
62 store i64 0, ptr %15, align 8
63 call void @llvm.lifetime.start.p0(i64 8, ptr nonnull %4) #9
64 store ptr %3, ptr %4, align 8
65 %16 = call token @llvm.coro.save(ptr null)
66 call void @await_suspend(ptr noundef nonnull align 1 dereferenceable(1) %4, ptr %14) #9
67 %17 = call i8 @llvm.coro.suspend(token %16, i1 false)
68 switch i8 %17, label %61 [
74 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #9
75 %19 = icmp slt i32 0, %0
76 br i1 %19, label %20, label %36
82 call void @llvm.lifetime.end.p0(i64 8, ptr nonnull %4) #9
85 22: ; preds = %20, %31
86 %23 = phi i32 [ 0, %20 ], [ %32, %31 ]
87 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %5) #9
88 %24 = call ptr @other_coro()
89 store ptr %3, ptr %5, align 8
90 %25 = getelementptr inbounds { ptr, ptr }, ptr %5, i64 0, i32 1
91 store ptr %24, ptr %25, align 8
92 %26 = call token @llvm.coro.save(ptr null)
93 %27 = call ptr @await_transform_await_suspend(ptr noundef nonnull align 8 dereferenceable(16) %5, ptr %14)
94 %28 = call ptr @llvm.coro.subfn.addr(ptr %27, i8 0)
95 %29 = ptrtoint ptr %28 to i64
96 call fastcc void %28(ptr %27) #9
97 %30 = call i8 @llvm.coro.suspend(token %26, i1 false)
98 switch i8 %30, label %60 [
104 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %5) #9
105 %32 = add nuw nsw i32 %23, 1
106 %33 = icmp slt i32 %32, %0
107 br i1 %33, label %22, label %35, !llvm.loop !0
110 call void @llvm.lifetime.end.p0(i64 16, ptr nonnull %5) #9
116 36: ; preds = %35, %18
117 %37 = call token @llvm.coro.save(ptr null)
118 %38 = getelementptr inbounds i8, ptr %14, i64 16
119 %39 = getelementptr inbounds i8, ptr %14, i64 32
120 %40 = load i64, ptr %39, align 8
121 %41 = load ptr, ptr %38, align 16
122 %42 = icmp eq ptr %41, null
123 br i1 %42, label %43, label %46
126 %44 = call ptr @llvm.coro.subfn.addr(ptr nonnull %14, i8 1)
127 %45 = ptrtoint ptr %44 to i64
128 call fastcc void %44(ptr nonnull %14) #9
132 call void @destroy_frame_slowpath(ptr noundef nonnull align 16 dereferenceable(32) %38) #9
135 47: ; preds = %43, %46
136 %48 = inttoptr i64 %40 to ptr
137 %49 = call ptr @llvm.coro.subfn.addr(ptr %48, i8 0)
138 %50 = ptrtoint ptr %49 to i64
139 call fastcc void %49(ptr %48) #9
140 %51 = call i8 @llvm.coro.suspend(token %37, i1 true) #28
141 switch i8 %51, label %61 [
150 call void @llvm.lifetime.start.p0(i64 16, ptr nonnull %2) #9
153 54: ; preds = %52, %34, %21
154 call void @llvm.lifetime.end.p0(i64 32, ptr nonnull %3) #9
155 %55 = call ptr @llvm.coro.free(token %6, ptr %14)
156 %56 = icmp eq ptr %55, null
157 br i1 %56, label %61, label %57
160 %58 = call i64 @llvm.coro.size.i64()
161 %59 = call i64 @llvm.coro.align.i64()
162 call void @heap_delete(ptr noundef nonnull %55, i64 noundef %58, i64 noundef %59) #9
168 61: ; preds = %60, %57, %54, %47, %12
169 %62 = getelementptr inbounds i8, ptr %3, i64 -16
170 %63 = call i1 @llvm.coro.end(ptr null, i1 false, token none) #28
174 !0 = distinct !{!0, !1}
175 !1 = !{!"llvm.loop.mustprogress"}