[llvm] 16c8833 - [RISCV] Add Zcd and Zcf to RISCVUsage.rst. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 22:08:45 PST 2023


Author: Craig Topper
Date: 2023-01-25T22:08:16-08:00
New Revision: 16c8833d3267c68cfb3310c8014d9197021f3c11

URL: https://github.com/llvm/llvm-project/commit/16c8833d3267c68cfb3310c8014d9197021f3c11
DIFF: https://github.com/llvm/llvm-project/commit/16c8833d3267c68cfb3310c8014d9197021f3c11.diff

LOG: [RISCV] Add Zcd and Zcf to RISCVUsage.rst. NFC

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 3ba0d887ca77e..9db22bbf9b5a8 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -138,6 +138,12 @@ The primary goal of experimental support is to assist in the process of ratifica
 ``experimental-zca``
   LLVM implements the `0.70 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/V0.70.1-TOOLCHAIN-DEV>`_.
 
+``experimental-zcd``
+  LLVM implements the `0.70 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/V0.70.1-TOOLCHAIN-DEV>`_.
+
+``experimental-zcf``
+  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