[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
Thu Jan 18 05:04:09 PST 2018


xiangzhai added a comment.

Hi Alex,

Thanks for your leading!

> why not get rid of the various wrapper functions and just determine XLen and XLenVT from the DataLayout?

Good idea!

> Obviously we need to resolve the CCState issue before merging this.

Sorry for my Chinese English :) is there some patch related to custom <Target>CCState, or someone began to implement RISCVCCState? if not, I will try to implement it.

Regards,
Leslie Zhai


Repository:
  rL LLVM

https://reviews.llvm.org/D41700





More information about the llvm-commits mailing list