[PATCH] D141672: [RISCV] Support vector crypto extension ISA string and assembly

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 15:10:54 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:893
+        errc::invalid_argument,
+        "'zvknhb' requires 'zve64x' extension to also be specified");
+
----------------
For consistency with the Zvk* error, use

`"'zvknhb' requires 'v' or 'zve64*' extension to also be specified"`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141672



More information about the llvm-commits mailing list