[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / Coroutines / coro-async-remat.ll
blob39441f0ec7b796e74951fe66e4cb667158d2c63d
1 ; RUN: opt < %s -enable-coroutines -O0 -S
3 %async_func_ptr = type <{ i32, i32 }>
4 %Tsq = type <{}>
5 %swift.context = type { %swift.context*, void (%swift.context*)*, i64 }
6 %swift.type = type { i64 }
7 %FlatMapSeq = type <{}>
8 %swift.error = type opaque
9 %swift.opaque = type opaque
11 @repoTU = global %async_func_ptr <{ i32 trunc (i64 sub (i64 ptrtoint (void (%Tsq*, %swift.context*, %swift.type*, %FlatMapSeq*)* @repo to i64), i64 ptrtoint (%async_func_ptr* @repoTU to i64)) to i32), i32 20 }>, section "__TEXT,__const", align 8
13 ; Function Attrs: nounwind
14 declare token @llvm.coro.id.async(i32, i32, i32, i8*) #0
16 ; Function Attrs: nounwind
17 declare i8* @llvm.coro.begin(token, i8* writeonly) #0
19 ; Function Attrs: nounwind
20 declare i8* @llvm.coro.async.resume() #0
22 define hidden i8* @__swift_async_resume_project_context(i8* %0) {
23 entry:
24   ret i8* undef
27 define swifttailcc void @repo(%Tsq* %0, %swift.context* %1, %swift.type* %arg, %FlatMapSeq* %2) #1 {
28 entry:
29   %swifterror = alloca swifterror %swift.error*, align 8
30   %3 = call token @llvm.coro.id.async(i32 20, i32 16, i32 1, i8* bitcast (%async_func_ptr* @repoTU to i8*))
31   %4 = call i8* @llvm.coro.begin(token %3, i8* null)
32   %5 = bitcast i8* undef to %swift.opaque*
33   br label %6
35 6:                                                ; preds = %21, %15, %entry
36   br i1 undef, label %7, label %23
38 7:                                                ; preds = %6
39   br i1 undef, label %8, label %16
41 8:                                                ; preds = %7
42   %initializeWithTake35 = bitcast i8* undef to %swift.opaque* (%swift.opaque*, %swift.opaque*, %swift.type*)*
43   %9 = call %swift.opaque* %initializeWithTake35(%swift.opaque* noalias %5, %swift.opaque* noalias undef, %swift.type* undef) #0
44   %10 = call i8* @llvm.coro.async.resume()
45   %11 = bitcast i8* %10 to void (%swift.context*)*
46   %12 = call { i8*, %swift.error* } (i32, i8*, i8*, ...) @llvm.coro.suspend.async.sl_p0i8p0s_swift.error.4.220.413.429.445.461.672.683ss(i32 256, i8* %10, i8* bitcast (i8* (i8*)* @__swift_async_resume_project_context to i8*), i8* bitcast (void (i8*, %Tsq*, %swift.context*, %swift.opaque*, %swift.type*, i8**)* @__swift_suspend_dispatch_5.23 to i8*), i8* undef, %Tsq* undef, %swift.context* undef, %swift.opaque* %5, %swift.type* undef, i8** undef)
47   br i1 undef, label %25, label %13
49 13:                                               ; preds = %8
50   br i1 undef, label %14, label %15
52 14:                                               ; preds = %13
53   br label %24
55 15:                                               ; preds = %13
56   br label %6
58 16:                                               ; preds = %7
59   br i1 undef, label %26, label %17
61 17:                                               ; preds = %16
62   br i1 undef, label %18, label %22
64 18:                                               ; preds = %17
65   br i1 undef, label %27, label %19
67 19:                                               ; preds = %18
68   br i1 undef, label %20, label %21
70 20:                                               ; preds = %19
71   br label %24
73 21:                                               ; preds = %19
74   br label %6
76 22:                                               ; preds = %17
77   br label %24
79 23:                                               ; preds = %6
80   br label %24
82 24:                                               ; preds = %23, %22, %20, %14
83   unreachable
85 25:                                               ; preds = %8
86   br label %28
88 26:                                               ; preds = %16
89   br label %28
91 27:                                               ; preds = %18
92   br label %28
94 28:                                               ; preds = %27, %26, %25
95   unreachable
98 define dso_local swifttailcc void @__swift_suspend_dispatch_2.18() {
99 entry:
100   ret void
103 define dso_local swifttailcc void @__swift_suspend_dispatch_5.19() {
104 entry:
105   ret void
108 define dso_local swifttailcc void @__swift_suspend_dispatch_2.20() {
109 entry:
110   ret void
113 define dso_local swifttailcc void @__swift_suspend_dispatch_4.21() {
114 entry:
115   ret void
118 define dso_local swifttailcc void @__swift_suspend_dispatch_5.22() {
119 entry:
120   ret void
123 define dso_local swifttailcc void @__swift_suspend_dispatch_5.23(i8* %0, %Tsq* %1, %swift.context* %2, %swift.opaque* %3, %swift.type* %4, i8** %5) {
124 entry:
125   ret void
128 ; Function Attrs: nounwind
129 declare { i8*, %swift.error* } @llvm.coro.suspend.async.sl_p0i8p0s_swift.error.4.220.413.429.445.461.672.683ss(i32, i8*, i8*, ...) #0
131 attributes #0 = { nounwind }
132 attributes #1 = { "tune-cpu"="generic" }
134 !llvm.linker.options = !{!0}
136 !0 = !{!"-lobjc"}