[PATCH] D95984: [CodeGen] Fix codegen for __attribute__((swiftasynccall)).
Varun Gandhi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 3 15:43:50 PST 2021
varungandhi-apple created this revision.
varungandhi-apple added a reviewer: rjmccall.
varungandhi-apple requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
1. It should be mapped to LLVM's swifttailcc, which is now available.
2. We should make sure we generate a tail call instead of an ordinary call.
Fixes rdar://73762895.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95984
Files:
clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGen/64bit-swiftcall.c
clang/test/CodeGen/arm-swiftcall.c
clang/test/CodeGen/swift-async-call-conv.c
clang/test/CodeGen/swift-call-conv.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95984.321249.patch
Type: text/x-patch
Size: 8466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210203/7f7dc030/attachment.bin>
More information about the cfe-commits
mailing list