[llvm] 74c085f - [RISCV] Add Zcmop and Zimop to RISCVUsage.rst. NFC (#88033)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 20:35:50 PDT 2024


Author: Craig Topper
Date: 2024-04-08T20:35:46-07:00
New Revision: 74c085fcfc8fab7822127cb46ff82a6f0d3597f3

URL: https://github.com/llvm/llvm-project/commit/74c085fcfc8fab7822127cb46ff82a6f0d3597f3
DIFF: https://github.com/llvm/llvm-project/commit/74c085fcfc8fab7822127cb46ff82a6f0d3597f3.diff

LOG: [RISCV] Add Zcmop and Zimop to RISCVUsage.rst. NFC (#88033)

These extensions are ratified so they were removed from the experimental
section, but not added to the non-experimental section.

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 283f258d7e5f07..6f5eba263def43 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -131,6 +131,7 @@ on support follow.
      ``Zcb``           Supported
      ``Zcd``           Supported
      ``Zcf``           Supported
+     ``Zcmop``         Supported
      ``Zcmp``          Supported
      ``Zcmt``          Assembly Support
      ``Zdinx``         Supported
@@ -155,6 +156,7 @@ on support follow.
      ``Zihintntl``     Supported
      ``Zihintpause``   Assembly Support
      ``Zihpm``         (`See Note <#riscv-i2p1-note>`__)
+     ``Zimop``         Supported
      ``Zkn``           Supported
      ``Zknd``          Supported (`See note <#riscv-scalar-crypto-note2>`__)
      ``Zkne``          Supported (`See note <#riscv-scalar-crypto-note2>`__)


        


More information about the llvm-commits mailing list