[llvm] Add RISC-V support information to readme (PR #132699)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 04:32:25 PDT 2025
https://github.com/AnastasiyaChernikova updated https://github.com/llvm/llvm-project/pull/132699
>From aa376e12001a9cdf647a179d77d0005caa0bfdb2 Mon Sep 17 00:00:00 2001
From: Anastasiya Chernikova <anastasiya.chernikova at syntacore.com>
Date: Mon, 24 Mar 2025 12:34:27 +0300
Subject: [PATCH] Add RISC-V support information to readme
---
llvm/docs/CommandGuide/llvm-exegesis.rst | 4 ++--
llvm/tools/llvm-exegesis/README.md | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index 8266d891a5e6b..44b6942fc7316 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -34,8 +34,8 @@ SUPPORTED PLATFORMS
-------------------
:program:`llvm-exegesis` currently only supports X86 (64-bit only), ARM
-(AArch64 only, snippet generation is sparse), MIPS, and PowerPC (PowerPC64LE
-only) on Linux for benchmarking. Not all benchmarking functionality is
+(AArch64 only, snippet generation is sparse), MIPS, PowerPC (PowerPC64LE
+only) and RISC-V (RV64I/E and RV32I/E) on Linux for benchmarking. Not all benchmarking functionality is
guaranteed to work on every platform. :program:`llvm-exegesis` also has a
separate analysis mode that is supported on every platform that LLVM is.
diff --git a/llvm/tools/llvm-exegesis/README.md b/llvm/tools/llvm-exegesis/README.md
index deb0f230f032f..e90516c91a84f 100644
--- a/llvm/tools/llvm-exegesis/README.md
+++ b/llvm/tools/llvm-exegesis/README.md
@@ -32,6 +32,8 @@ architectures:
e.g. pseudo instructions and most register classes are not supported.
* MIPS
* PowerPC (PowerPC64LE only)
+* RISC-V
+ * RV64I/E, RV32I/E and extensions supported by LLVM's RISC-V backend with some limitations.
Note that not all benchmarking functionality is guaranteed to work on all platforms.
More information about the llvm-commits
mailing list