[llvm] Add RISC-V support information to readme (PR #132699)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 03:22:48 PDT 2025


https://github.com/AnastasiyaChernikova updated https://github.com/llvm/llvm-project/pull/132699

>From 4d0a2e80719208f24e92e1a0611cfd982ad6d5e0 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/tools/llvm-exegesis/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/tools/llvm-exegesis/README.md b/llvm/tools/llvm-exegesis/README.md
index deb0f230f032f..d2fc54cb933d1 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)
+* RISCV
+  * Supported extensions: compressed, atomic, multiply-divide, initial vector instructions.
 
 Note that not all benchmarking functionality is guaranteed to work on all platforms.
 



More information about the llvm-commits mailing list