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

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 28 08:25:24 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:827
     {{"zvfh"}, {ImpliedExtsZvfh}},
+    {{"zvkb"}, {ImpliedExtsV}},
+    {{"zvkg"}, {ImpliedExtsV}},
----------------
Does Crypto really require V or could it work with Zve?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138807



More information about the cfe-commits mailing list