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

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 18 03:29:39 PDT 2021


asb added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoK.td:9
+///
+/// This file describes the RISC-V instructions from the standard 'K' 
+/// scalar cryptography extension, version 0.8.1. 
----------------
I'd base this comment on the one in RISCVInstrInfoB.td, better documenting this is a not-yet-ratified extension.


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