[llvm] [Docs][RISCV] : The zcmt extension is already supported,but the documents related to riscv have not been updated (PR #72115)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 05:47:48 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-risc-v

Author: jiangtao zhao (whousemyname)

<details>
<summary>Changes</summary>


# This PR changes the extension status of zcmt to supported.
[https://github.com/llvm/llvm-project/commit/0aecddcee98057300bdf2e2cd00f0eeefced3c81](url)
In the above submission, zce has been supported, that is, zcmt is also supported in the backend of riscv, but the relevant documents about riscv have not been updated. This PR changes the extension status of zcmt to supported.



---
Full diff: https://github.com/llvm/llvm-project/pull/72115.diff


1 Files Affected:

- (modified) llvm/docs/RISCVUsage.rst (+1-1) 


``````````diff
diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index e1d5557888bd071..1eb267c7dbe0c9c 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -109,7 +109,7 @@ on support follow.
      ``Zcd``          Supported
      ``Zcf``          Supported
      ``Zcmp``         Supported
-     ``Zcmt``         Assembly Support
+     ``Zcmt``         Supported
      ``Zdinx``        Supported
      ``Zfa``          Supported
      ``Zfh``          Supported

``````````

</details>


https://github.com/llvm/llvm-project/pull/72115


More information about the llvm-commits mailing list