[PATCH] D153721: [RISCV] Add support for XCVsimd extension in CV32E40P

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 00:50:28 PDT 2023


simoncook added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVFeatures.td:770
 
+def FeatureVendorXCvsimd
+    : SubtargetFeature<"xcvsimd", "HasVendorXCvsimd", "true",
----------------
nit for consistency: I notice the XCVmac above has V in capitals, but this one doesn't


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153721



More information about the llvm-commits mailing list