[PATCH] D53291: add riscv32e to the llvm

Daliang Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 02:19:37 PDT 2018


xudaliang.pku added a comment.

In https://reviews.llvm.org/D53291#1266198, @brucehoult wrote:

> That's correct.
>
> rv32e is just about hardware. Registers x16-x31 do not exist.
>
> ilp32e is just about software. The function call convention and stack layout, as you say.
>
> The link you point to should have that section renamed.


OK , Thanks for your verify about the march and the mabi. I will do it soon.


Repository:
  rL LLVM

https://reviews.llvm.org/D53291





More information about the llvm-commits mailing list