[PATCH] D95443: IR/AArch64/X86: add "swifttailcc" calling convention.
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 05:55:19 PST 2021
t.p.northover added a comment.
In this update:
- Switched `swiftasync` and `swiftself` parameters to caller-save because otherwise they'd be clobbered by the epilogue in a tail call.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95443/new/
https://reviews.llvm.org/D95443
More information about the llvm-commits
mailing list