[PATCH] D71504: [PowerPC] Enable sret arguments.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 09:20:41 PST 2019
hubert.reinterpretcast added a comment.
In D71504#1785698 <https://reviews.llvm.org/D71504#1785698>, @ZarkoCA wrote:
> So it doesn't look like we need to add any special handling for struct returns on AIX? I had a quick look and none of the other PPC targets seem to have anything.
By the time we get the IR in this form from the front-end, we shouldn't need special handling here. We know the front-end does not represent complex types in an ideal way for AIX here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71504/new/
https://reviews.llvm.org/D71504
More information about the llvm-commits
mailing list