[PATCH] D12243: Properly provide alignment of 'byval' arguments down to llvm.
James Y Knight via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 21 10:04:40 PDT 2015
jyknight created this revision.
jyknight added a reviewer: majnemer.
jyknight added a subscriber: cfe-commits.
This is important in the case that the LLVM-inferred llvm-struct
alignment is not the same as the clang-known C-struct alignment.
http://reviews.llvm.org/D12243
Files:
lib/CodeGen/CGCall.cpp
test/CodeGen/le32-arguments.c
test/CodeGen/nvptx-abi.c
test/CodeGen/sparc-arguments.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12243.32839.patch
Type: text/x-patch
Size: 4332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150821/98b4e1d2/attachment-0001.bin>
More information about the cfe-commits
mailing list