[PATCH] D53291: add riscv32e to the llvm

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 10:03:14 PST 2021


lenary added a comment.

In D53291#2473489 <https://reviews.llvm.org/D53291#2473489>, @StephenFan wrote:

> Are you have plans to promote the codegen of rv32e, if not, I want to try it

It was my plan to work on it further, but that won't happen. The place to start is with support for the `ilp32e` ABI, and then add `rv32e` support after that.

One thing we don't want, as I understand, is a separate triple to denote rv32e - the use of `-march` and `-mabi` should be enough to not need a separate triple.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D53291



More information about the llvm-commits mailing list