[llvm] d624aba - [RISCV] Fix comment about what version of Zvk* we support. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:37:32 PDT 2023


Author: Craig Topper
Date: 2023-05-18T11:37:22-07:00
New Revision: d624aba28bb5d3ad6e4078d536a94d26f1548144

URL: https://github.com/llvm/llvm-project/commit/d624aba28bb5d3ad6e4078d536a94d26f1548144
DIFF: https://github.com/llvm/llvm-project/commit/d624aba28bb5d3ad6e4078d536a94d26f1548144.diff

LOG: [RISCV] Fix comment about what version of Zvk* we support. NFC

We support 0.5.1.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D150888

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
index ea7240af691c..e5cc808d1fe1 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This file describes the RISC-V instructions from the standard 'Zvk',
-// Vector Cryptography Instructions extension, version 0.3.
+// Vector Cryptography Instructions extension, version 0.5.1.
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the llvm-commits mailing list