This is important in the case that the LLVM-inferred llvm-struct
alignment is not the same as the clang-known C-struct alignment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D12243
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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 21 2015, 10:30 AM Closed by commit rL245719: Properly provide alignment of 'byval' arguments down to llvm. (authored by jyknight). · Explain WhyAug 21 2015, 11:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 32847 cfe/trunk/lib/CodeGen/CGCall.cpp
cfe/trunk/test/CodeGen/le32-arguments.c
cfe/trunk/test/CodeGen/nvptx-abi.c
cfe/trunk/test/CodeGen/sparc-arguments.c
|