[PATCH] D91596: [PowerPC] [Clang] Fix alignment of 128-bit floating types

Qiu Chaofan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 18 22:03:11 PST 2020


qiucf added a comment.

In D91596#2404514 <https://reviews.llvm.org/D91596#2404514>, @rjmccall wrote:

> I assume this has always been taken care of properly in the backend, so this is just a fix for va_arg treatment?  If so, LGTM.

Yes. That's just fix for `va_arg`. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91596/new/

https://reviews.llvm.org/D91596



More information about the cfe-commits mailing list