[llvm] 2e65829 - [docs][RISCV] List Zcmp and Zicbop as "Supported" rather than "Assembly support (#68717)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 04:16:06 PDT 2023


Author: Alex Bradbury
Date: 2023-11-01T11:16:02Z
New Revision: 2e6582903b8051b75d3324ec262ed65f0c163cd1

URL: https://github.com/llvm/llvm-project/commit/2e6582903b8051b75d3324ec262ed65f0c163cd1
DIFF: https://github.com/llvm/llvm-project/commit/2e6582903b8051b75d3324ec262ed65f0c163cd1.diff

LOG: [docs][RISCV] List Zcmp and Zicbop as "Supported" rather than "Assembly support (#68717)

Zcmp codegen is implemented (see RISCVMoveMerger and
RISCVPushPopOptimizer), while Zicbop instructions are selected for
llvm.prefetch instrinsics. So I believe it's correct to mark both as
"Supported" and this is just an oversight.

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 6812efaeb36e0c1..7e34269d7acb6f2 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -106,7 +106,7 @@ on support follow.
      ``Zcb``          Supported
      ``Zcd``          Supported
      ``Zcf``          Supported
-     ``Zcmp``         Assembly Support
+     ``Zcmp``         Supported
      ``Zcmt``         Assembly Support
      ``Zdinx``        Supported
      ``Zfa``          Supported
@@ -116,7 +116,7 @@ on support follow.
      ``Zhinx``        Supported
      ``Zhinxmin``     Supported
      ``Zicbom``       Assembly Support
-     ``Zicbop``       Assembly Support
+     ``Zicbop``       Supported
      ``Zicboz``       Assembly Support
      ``Zicntr``       (`See Note <#riscv-i2p1-note>`__)
      ``Zicsr``        (`See Note <#riscv-i2p1-note>`__)


        


More information about the llvm-commits mailing list