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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 12:55:32 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVSubtarget.h:97
   bool HasRV32 = false;
+  bool HasStdExtZvkb = false;
+  bool HasStdExtZvkg = false;
----------------
This needs to be rebased, it's all autogenerated by tablegen now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138807



More information about the llvm-commits mailing list