[llvm] Add RISC-V support information to readme (PR #132699)
    Min-Yih Hsu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 24 10:42:35 PDT 2025
    
    
  
================
@@ -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.
----------------
mshockwave wrote:
could you use the formal extension names (e.g. C, A, M, ...)
https://github.com/llvm/llvm-project/pull/132699
    
    
More information about the llvm-commits
mailing list