[llvm] [GlobalISel][AArch64] Tail call libcalls. (PR #74929)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 05:27:51 PST 2023


davemgreen wrote:

I've changed this to work hopefully similar to how DAG works, where the return types are checked to makes sure they match and if so the target, through lowerCall checks the tailcall is valid for the arguments.


https://github.com/llvm/llvm-project/pull/74929


More information about the llvm-commits mailing list