[PATCH] D71504: [PowerPC] Enable sret arguments.

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 18:30:30 PST 2019


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.

In D71504#1793240 <https://reviews.llvm.org/D71504#1793240>, @sfertile wrote:

> I think if the front-end AIX support was further along then a patch like this should be deferred until we fixed (and verified) the IR the front-end generates for sret arguments. With how `clang/CodeGen` is going through the SVR4 targets for AIX its safe to consider any Clang AIX support as extremely experimental right now, and the back-end implementation shouldn't be held up based on Clang support for the target.


Sounds reasonable. This patch LGTM.


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