[PATCH] D97264: [RISCV] Define types for Zvlsseg.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 23 15:00:45 PST 2021


craig.topper added inline comments.


================
Comment at: clang/include/clang/AST/ASTContext.h:1024
+#define RVV_TUPLE(Name, ElemId, Id, SingletonId, NE, EB, NF, IsSigned, IsFP) \
+  QualType SingletonId;
 #include "clang/Basic/RISCVVTypes.def"
----------------
Why is this QualType and not CanQualType? I don't know what the difference is myself.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97264



More information about the cfe-commits mailing list