[PATCH] D62152: [ARM][AArch64] Fix incorrect handling of alignment in va_arg code generation

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 11:53:46 PDT 2019


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

Oh, I see, ABIInfo::computeInfo() uses the canonical type to compute the calling convention, and that throws away alignment attributes because alignment attributes on non-struct are broken that way.

In that case, LGTM.


Repository:
  rC Clang

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

https://reviews.llvm.org/D62152





More information about the cfe-commits mailing list