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

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 15:38:46 PDT 2025


================
@@ -32,6 +32,8 @@ architectures:
     e.g. pseudo instructions and most register classes are not supported.
 * MIPS
 * PowerPC (PowerPC64LE only)
+* RISC-V
+  * Supported extensions: M, A, F, C, B, initial V.
----------------
mshockwave wrote:

Reading this part again, I don't think we explicitly exclude any extensions, right? It's usually technical shortfalls that limit the kind of instructions we can measure / generate (e.g. we still can't measure memory instructions in RVV). So perhaps we can rephrase this part of the description.

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


More information about the llvm-commits mailing list