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

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


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


# 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.



>From 2aa73da1be59e8fe66a29f904ab9aa73b6fe0759 Mon Sep 17 00:00:00 2001
From: angryZ <lazytortoisezzzz at gmail.com>
Date: Mon, 13 Nov 2023 21:38:01 +0800
Subject: [PATCH] [RISCV-Docs] : The zcmt extension is already supported

---
 llvm/docs/RISCVUsage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the llvm-commits mailing list