This is an archive of the discontinued LLVM Phabricator instance.

Properly provide alignment of 'byval' arguments down to llvm.
ClosedPublic

Authored by jyknight on Aug 21 2015, 10:04 AM.

Details

Summary

This is important in the case that the LLVM-inferred llvm-struct
alignment is not the same as the clang-known C-struct alignment.

Diff Detail

Repository
rL LLVM

Event Timeline

jyknight updated this revision to Diff 32839.Aug 21 2015, 10:04 AM
jyknight retitled this revision from to Properly provide alignment of 'byval' arguments down to llvm..
jyknight updated this object.
jyknight added a reviewer: majnemer.
jyknight added a subscriber: cfe-commits.
majnemer accepted this revision.Aug 21 2015, 10:30 AM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 21 2015, 10:30 AM
This revision was automatically updated to reflect the committed changes.