[llvm] 5a5f3de - [RISCV] edit document of Zcb to match the Implementation

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 07:20:24 PST 2023


Author: WuXinlong
Date: 2023-02-13T23:20:18+08:00
New Revision: 5a5f3de6ee62b1012af0be9e9036e9d392974b0f

URL: https://github.com/llvm/llvm-project/commit/5a5f3de6ee62b1012af0be9e9036e9d392974b0f
DIFF: https://github.com/llvm/llvm-project/commit/5a5f3de6ee62b1012af0be9e9036e9d392974b0f.diff

LOG: [RISCV] edit document of Zcb to match the Implementation

This patch reorder the list of Experimental Extensions in doc,
and change the spec verision in doc to match the actual Implementation

if this patch is so small that it is not worth to submit separately, Apologies for bothering

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D143908

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 2a79792a94d15..d6a94e50f230f 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -138,15 +138,15 @@ The primary goal of experimental support is to assist in the process of ratifica
 ``experimental-zca``
   LLVM implements the `1.0.1 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/v1.0.1>`_.
 
+``experimental-zcb``
+  LLVM implements the `1.0.1 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/v1.0.1>`_.
+
 ``experimental-zcd``
   LLVM implements the `1.0.1 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/v1.0.1>`_.
 
 ``experimental-zcf``
   LLVM implements the `1.0.1 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/v1.0.1>`_.
 
-``experimental-zcb``
-  LLVM implements the `0.70 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/V0.70.1-TOOLCHAIN-DEV>`_.
-
 ``experimental-zihintntl``
   LLVM implements the `0.2 draft specification <https://github.com/riscv/riscv-isa-manual/releases/tag/draft-20220831-bf5a151>`_.
 


        


More information about the llvm-commits mailing list