We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f843759 commit 564d1d2Copy full SHA for 564d1d2
test/IRGen/async/hop_to_executor.sil
@@ -39,7 +39,7 @@ bb0(%0 : $MyActor):
39
return %3 : $()
40
}
41
42
-// CHECK-LABEL: define internal swifttailcc void @__swift_suspend_point
+// CHECK-LABEL: define internal swift{{(tail)?}}cc void @__swift_suspend_point
43
// CHECK-SAME: (i8* %0, %swift.executor* %1, %swift.task* %2, %swift.executor* %3, %swift.context* [[CTXT:%[^,]+]])
44
// CHECK: [[RESUME_ADDR:%[0-9]+]] = getelementptr inbounds %swift.task, %swift.task* %2, i32 0, i32 4
45
// CHECK: store i8* %0, i8** [[RESUME_ADDR]]
0 commit comments