[PATCH] D86148: [GlobalISel][CallLowering] Don't tail call with non-forwarded explicit sret
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 09:33:02 PDT 2020
paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
Herald added a project: LLVM.
paquette requested review of this revision.
Similar to this commit:
faf8065a99817bcb10e6f09b558fe3e0972c35ce
Testcase is pretty much the same as
test/CodeGen/AArch64/tailcall-explicit-sret.ll
Except it uses i64 (since we don't handle the i1024 return values yet), and doesn't have indirect tail call testcases (because we can't translate those yet).
https://reviews.llvm.org/D86148
Files:
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call-sret.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86148.286313.patch
Type: text/x-patch
Size: 7043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/32ae6ded/attachment.bin>
More information about the llvm-commits
mailing list