[llvm] [RISCV] Add Zcmop and Zimop to RISCVUsage.rst. NFC (PR #88033)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 13:08:49 PDT 2024
https://github.com/topperc created https://github.com/llvm/llvm-project/pull/88033
These extens were ratified so were removed from the experimental section, but not added to the non-experimental section.
>From 53ba0119cc92b7615def4e1aae89ee4fce26aa09 Mon Sep 17 00:00:00 2001
From: Craig Topper <craig.topper at sifive.com>
Date: Mon, 8 Apr 2024 13:07:00 -0700
Subject: [PATCH] [RISCV] Add Zcmop and Zimop to RISCVUsage.rst. NFC
These extens were ratified so were removed from the experimental
section, but not added to the non-experimental section.
---
llvm/docs/RISCVUsage.rst | 2 ++
1 file changed, 2 insertions(+)
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