Skip to content

Commit aa376e1

Browse files
Add RISC-V support information to readme
1 parent 849e5ea commit aa376e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

llvm/docs/CommandGuide/llvm-exegesis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ SUPPORTED PLATFORMS
3434
-------------------
3535

3636
:program:`llvm-exegesis` currently only supports X86 (64-bit only), ARM
37-
(AArch64 only, snippet generation is sparse), MIPS, and PowerPC (PowerPC64LE
38-
only) on Linux for benchmarking. Not all benchmarking functionality is
37+
(AArch64 only, snippet generation is sparse), MIPS, PowerPC (PowerPC64LE
38+
only) and RISC-V (RV64I/E and RV32I/E) on Linux for benchmarking. Not all benchmarking functionality is
3939
guaranteed to work on every platform. :program:`llvm-exegesis` also has a
4040
separate analysis mode that is supported on every platform that LLVM is.
4141

llvm/tools/llvm-exegesis/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ architectures:
3232
e.g. pseudo instructions and most register classes are not supported.
3333
* MIPS
3434
* PowerPC (PowerPC64LE only)
35+
* RISC-V
36+
* RV64I/E, RV32I/E and extensions supported by LLVM's RISC-V backend with some limitations.
3537

3638
Note that not all benchmarking functionality is guaranteed to work on all platforms.
3739

0 commit comments

Comments
 (0)