[PATCH] D33499: [PPC] PPC32/Darwin ABI info

Krzysztof Parzyszek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 09:14:03 PDT 2017


kparzysz updated this revision to Diff 100720.
kparzysz retitled this revision from "[PPC] First approximation of PPC32/Darwin ABI info" to "[PPC] PPC32/Darwin ABI info".
kparzysz edited the summary of this revision.
kparzysz added a comment.

This patch corrects the ABI alignment issues for arguments of size greater than 4: all types except vector and aggregates will be aligned at 4-byte boundary in the parameter area. Vectors and aggregates will follow their natural alignment.


Repository:
  rL LLVM

https://reviews.llvm.org/D33499

Files:
  lib/CodeGen/TargetInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33499.100720.patch
Type: text/x-patch
Size: 3338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170530/dd16cf36/attachment.bin>


More information about the cfe-commits mailing list