[PATCH] D109260: [RISCV] Add SiFive cores E and S series

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 3 17:31:37 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/Support/RISCVTargetParser.def:24
+PROC(SIFIVE_E21, {"sifive-e21"}, FK_NONE, {"rv32imac"})
+PROC(SIFIVE_E34, {"sifive-e24"}, FK_NONE, {"rv32imafc"})
 PROC(SIFIVE_E31, {"sifive-e31"}, FK_NONE, {"rv32imac"})
----------------
craig.topper wrote:
> Should SIFIVE_E34 be SIFIVE_E24?
This duplication should fail the build I think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109260



More information about the cfe-commits mailing list