[PATCH] D117889: [RISCV][RFC] add support for zbkx subextension in MC layer.

Xinlong Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 18:18:10 PST 2022


VincentWu added a comment.

Revision Contents look weired. Does this patch upload by git diff -U99999?
https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZk.td:9
+//
+// This file describes the RISC-V instructions from the standard 'K',
+// Cryptography Instructions extension, version 1.0.0
----------------
craig.topper wrote:
> This should be Zk not K. But since I think these should be in Zb. It doesn't really matter.
agree, i also think it should be put to Zb


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

https://reviews.llvm.org/D117889



More information about the llvm-commits mailing list