[PATCH] D39898: [RISCV] Add custom CC_RISCV calling convention and improved call support

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 04:58:01 PST 2017


asb updated this revision to Diff 123767.
asb marked 2 inline comments as done.
asb added a comment.

Rebase and address review comments.

Grepping the LLVM codebase, it seems that lowercase single-letter variable names is most common for simple integer for-loop counter variables, so I've standardised on this.


https://reviews.llvm.org/D39898

Files:
  lib/Target/RISCV/CMakeLists.txt
  lib/Target/RISCV/RISCVCallingConv.td
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  test/CodeGen/RISCV/byval.ll
  test/CodeGen/RISCV/calling-conv-sext-zext.ll
  test/CodeGen/RISCV/calling-conv.ll
  test/CodeGen/RISCV/calls.ll
  test/CodeGen/RISCV/fp128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39898.123767.patch
Type: text/x-patch
Size: 73835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171121/f361f918/attachment.bin>


More information about the llvm-commits mailing list