Skip to content

Commit

Permalink
[RISCV] Adjust the header comment in RISCVInstrInfoZb.td to better in…
Browse files Browse the repository at this point in the history
…tegrate Zbk* extensions.

The Zbk* extensions have some overlap with Zb so have been placed in this file.

Reviewed By: VincentWu

Differential Revision: https://reviews.llvm.org/D117958
  • Loading branch information
topperc committed Jan 23, 2022
1 parent ad36f37 commit 4136843
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
Expand Up @@ -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
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit 4136843

Please sign in to comment.