Hi all,
This patch implements the function argument passing for ARM ABI for AArch64 big endian.
Please review.
Thanks,
Christian
Paths
| Differential D3176
AArch64_BE function argument passing for ARM ABI ClosedPublic Authored by cpirker on Mar 25 2014, 8:10 AM.
Details
Summary Hi all, This patch implements the function argument passing for ARM ABI for AArch64 big endian. Thanks,
Diff Detail Event TimelineComment Actions Hi Christian, Most of this looks good. Just a couple of minor quibbles:
Comment Actions Hi Tim, I updated the test files: test/CodeGen/AArch64/func-argpassing.ll test/CodeGen/AArch64/mul-lohi.ll Thanks, Comment Actions Hi Tim, I added you as reviewer. Thanks, cpirker edited edge metadata. This revision is now accepted and ready to land.May 15 2014, 5:04 AM
Revision Contents
Diff 8086 lib/Target/AArch64/AArch64ISelLowering.cpp
test/CodeGen/AArch64/adc.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/mul-lohi.ll
|
Is this extra alignment step needed? I can't think of any types with a bitsize not a multiple of 8.