[PATCH] D40023: [RISCV] Implement ABI lowering
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 12 12:24:41 PST 2018
asb updated this revision to Diff 129683.
asb marked 8 inline comments as done.
asb added a comment.
Rebase after ABIArgInfo signext/zeroext refactoring https://reviews.llvm.org/D41999 / https://reviews.llvm.org/rL322396. We no longer need to modify CGCall.cpp for unsigned 32-bit return values to be sign extended as required by the RV64 ABI.
https://reviews.llvm.org/D40023
Files:
lib/CodeGen/TargetInfo.cpp
test/CodeGen/riscv32-abi.c
test/CodeGen/riscv64-abi.c
test/Driver/riscv32-toolchain.c
test/Driver/riscv64-toolchain.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40023.129683.patch
Type: text/x-patch
Size: 47973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180112/7173883e/attachment-0001.bin>
More information about the cfe-commits
mailing list