[PATCH] D41700: [RISCV] Refactory the existing CC_RISCV32 function to conform to the CCAssignFn type

Leslie Zhai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 05:03:43 PST 2018


xiangzhai created this revision.
xiangzhai added a reviewer: asb.
Herald added subscribers: sabuasal, apazos, jordy.potman.lists, simoncook, johnrusso, rbar.

Hi LLVM developers,

As Alex suggested <http://lists.llvm.org/pipermail/llvm-dev/2017-December/120002.html>, I refactory the existing `CC_RISCV32` function to conform to the `CCAssignFn` type for https://reviews.llvm.org/D41653 Pass a **real** `CCAssignFn` to the `ValueHandler`, please review my patch, thanks a lot!

Regards,
Leslie Zhai


Repository:
  rL LLVM

https://reviews.llvm.org/D41700

Files:
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41700.128517.patch
Type: text/x-patch
Size: 5111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180103/2db2e1f0/attachment.bin>


More information about the llvm-commits mailing list