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 4373bdd commit b1a86f4Copy full SHA for b1a86f4
test/IRGen/async.swift
@@ -16,7 +16,7 @@ public class SomeClass {}
16
@_silgen_name("swift_task_future_wait")
17
public func task_future_wait(_ task: __owned SomeClass) async throws -> Int
18
19
-// CHECK: define{{.*}} swifttailcc void @"$s5async8testThisyyAA9SomeClassCnYF"(%swift.task* %0, %swift.executor* %1, %swift.context* swiftasync %2)
+// CHECK: define{{.*}} swift{{(tail)?}}cc void @"$s5async8testThisyyAA9SomeClassCnYF"(%swift.task* %0, %swift.executor* %1, %swift.context* swiftasync %2)
20
// CHECK-64: call swiftcc i8* @swift_task_alloc(%swift.task* %{{[0-9]+}}, i64 64)
21
// CHECK: tail call swifttailcc void @swift_task_future_wait(
22
public func testThis(_ task: __owned SomeClass) async {
0 commit comments