[PATCH] D29936: [RISCV 14/n] Support for function calls

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 04:30:39 PDT 2017


asb updated this revision to Diff 110356.
asb added a comment.

Updates:

- Error when encountering a byval argument (support added in a later patch)
- Make better use of range-based for loops
- Reflect upstream changes to ADJCALLSTACKDOWN in https://reviews.llvm.org/rL302527


https://reviews.llvm.org/D29936

Files:
  lib/Target/RISCV/RISCVFrameLowering.h
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  lib/Target/RISCV/RISCVInstrInfo.cpp
  lib/Target/RISCV/RISCVInstrInfo.td
  lib/Target/RISCV/RISCVMCInstLower.cpp
  lib/Target/RISCV/RISCVRegisterInfo.cpp
  lib/Target/RISCV/RISCVRegisterInfo.h
  test/CodeGen/RISCV/calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29936.110356.patch
Type: text/x-patch
Size: 12786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/fb2d5fda/attachment.bin>


More information about the llvm-commits mailing list