This revision was automatically updated to reflect the committed changes.
Closed by commit rG4bc8dbe0cae3: [RISCV] Add SiFive cores E and S series
(authored by apivovarov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109260/new/
https://reviews.ll
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109260/new/
https://reviews.llvm.org/D109260
___
apivovarov added a comment.
Craig, I fixed all of the issue on Fri. Could you look at the patch again?
Thank you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109260/new/
https://reviews.llvm.org/D109260
__
apivovarov updated this revision to Diff 370692.
apivovarov added a comment.
fix double space issue. Fri...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109260/new/
https://reviews.llvm.org/D109260
Files:
clang/docs/ReleaseNotes.rst
clang/tes
apivovarov updated this revision to Diff 370691.
apivovarov marked an inline comment as done.
apivovarov added a comment.
main branch is unstable. pulling the hot fixes again
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109260/new/
https://reviews.llvm.org/D109260
Files:
clang/d
craig.topper added inline comments.
Comment at: clang/test/Misc/target-invalid-cpu-note.c:195
// RISCV32: error: unknown target CPU 'not-a-cpu'
-// RISCV32: note: valid target CPU values are: generic-rv32, rocket-rv32,
sifive-7-rv32, sifive-e31, sifive-e76
+// RISCV32: note: va
apivovarov marked 4 inline comments as done.
apivovarov added inline comments.
Comment at: llvm/lib/Target/RISCV/RISCV.td:279
+
+def : ProcessorModel<"sifive-s21", RocketModel, [Feature64Bit,
+ FeatureStdExtM,
craig
apivovarov updated this revision to Diff 370687.
apivovarov added a comment.
fix typos
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109260/new/
https://reviews.llvm.org/D109260
Files:
clang/docs/ReleaseNotes.rst
clang/test/Driver/riscv-cpus.c
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 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"})
-
apivovarov updated this revision to Diff 370683.
apivovarov retitled this revision from "[RISCV] Add SiFive core E20" to
"[RISCV] Add SiFive cores E and S series".
apivovarov edited the summary of this revision.
apivovarov added a comment.
Added SiFive cores E20, E21, E24, E34, S21, S54 and S76
11 matches
Mail list logo