[PATCH] D144530: [RISCV] MC layer support for SiFive VCIX vendor extension.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 12:17:29 PST 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:123
     {"xventanacondops", RISCVExtensionVersion{1, 0}},
+    {"xsfvcp", RISCVExtensionVersion{1, 0}},
 };
----------------
Please alphabetize above xthead


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144530



More information about the llvm-commits mailing list