[PATCH] D98136: [RISCV][RFC] Initially support the K-extension instructions on the LLVM MC layer

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 05:19:20 PST 2022


liaolucy added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZk.td:10
+// This file describes the RISC-V instructions from the standard 'K',
+// Cryptography Instructions extension, version 1.0-rc4.
+//
----------------
Is version 1.0-rc4?  The latest version is 1.0.0-rc6.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98136/new/

https://reviews.llvm.org/D98136



More information about the llvm-commits mailing list