[llvm] [RISCV] Add Zcmop and Zimop to RISCVUsage.rst. NFC (PR #88033)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 13:09:24 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-risc-v
Author: Craig Topper (topperc)
<details>
<summary>Changes</summary>
These extens were ratified so were removed from the experimental section, but not added to the non-experimental section.
---
Full diff: https://github.com/llvm/llvm-project/pull/88033.diff
1 Files Affected:
- (modified) llvm/docs/RISCVUsage.rst (+2)
``````````diff
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>`__)
``````````
</details>
https://github.com/llvm/llvm-project/pull/88033
More information about the llvm-commits
mailing list