[PATCH] D95134: [RISCV] Use v8-v23 as argument registers to conform to the proposal.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 15:36:04 PST 2021


HsiangKai added a comment.

In D95134#2512496 <https://reviews.llvm.org/D95134#2512496>, @kito-cheng wrote:

> Add a dedicated test file to demonstrate and verify the ABI would be better.

I would add test cases for ABI in D94465 <https://reviews.llvm.org/D94465>. In D94465 <https://reviews.llvm.org/D94465>, we could demonstrate how to pass vector arguments between caller and callee. In addition, we could show how to pass vector arguments through memory by reference.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95134/new/

https://reviews.llvm.org/D95134



More information about the llvm-commits mailing list