[PATCH] D117958: [RISCV] Adjust the header comment in RISCVInstrInfoZb.td to better integrate Zbk* extensions.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 23 11:43:16 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG413684313d9d: [RISCV] Adjust the header comment in RISCVInstrInfoZb.td to better integrate… (authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117958/new/
https://reviews.llvm.org/D117958
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
Index: llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
@@ -12,16 +12,21 @@
// Zbb - 1.0
// Zbc - 1.0
// Zbs - 1.0
-// Zbe - 0.93
-// Zbf - 0.93
-// Zbm - 0.93
-// Zbp - 0.93
-// Zbr - 0.93
-// Zbt - 0.93
+// Zbe - 0.93 *experimental
+// Zbf - 0.93 *experimental
+// Zbm - 0.93 *experimental
+// Zbp - 0.93 *experimental
+// Zbr - 0.93 *experimental
+// Zbt - 0.93 *experimental
//
-// Zba, Zbb, Zbc, and Zbs have been ratified and are considered stable. The
-// other extensions are experimental as they have not yet been ratiied and are
-// subject to change.
+// The experimental extensions appeared in an earlier draft of the Bitmanip
+// extensions. They are not ratified and subject to change.
+//
+// This file also describes RISC-V instructions from the Zbk* extensions in
+// Cryptography Extensions Volume I: Scalar & Entropy Source Instructions,
+// versions:
+// Zbkb - 1.0
+// Zbkc - 1.0
//
//===----------------------------------------------------------------------===//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117958.402363.patch
Type: text/x-patch
Size: 1180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220123/e964539a/attachment.bin>
More information about the llvm-commits
mailing list