[PATCH] D158067: [RISCV] Bump vector crypto to v1.0 RC2

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 10:09:48 PDT 2023


craig.topper added a comment.

Should Zvkb and Zvbb be in this list?

  void RISCVIntrinsicManagerImpl::ConstructRVVIntrinsics(                          
      ArrayRef<RVVIntrinsicRecord> Recs, IntrinsicKind K) {                        
    const TargetInfo &TI = Context.getTargetInfo();                                
    static const std::pair<const char *, uint8_t> FeatureCheckList[] = {           
        {"64bit", RVV_REQ_RV64},                                                   
        {"xsfvcp", RVV_REQ_Xsfvcp}}; 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158067



More information about the llvm-commits mailing list