[PATCH] D147731: [3/11][POC][Clang][RISCV] Add typedef of the tuple type and define tuple type variant of vlseg2e32
Yueh-Ting (eop) Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 00:46:33 PDT 2023
eopXD added inline comments.
================
Comment at: clang/include/clang/AST/ASTContext.h:1486
+ QualType getScalableVectorTupleType(QualType EltTy, unsigned NumElts,
+ unsigned Tuple) const;
+
----------------
craig.topper wrote:
> Use `NF` or `NumFields` instead of `Tuple`?
Changed to `NumFields`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147731/new/
https://reviews.llvm.org/D147731
More information about the cfe-commits
mailing list