[PATCH] D86100: [Clang][SVE] NFC: Move info about ACLE types into separate function.

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 17 12:47:35 PDT 2020


sdesmalen created this revision.
sdesmalen added reviewers: c-rhodes, efriedma.
Herald added subscribers: psnobl, tschuett.
Herald added a project: clang.
sdesmalen requested review of this revision.

This function returns a struct `BuiltinVectorTypeInfo` that contains
the builtin vector's element type, element count and number of vectors
(used for vector tuples).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86100

Files:
  clang/include/clang/AST/ASTContext.h
  clang/lib/AST/ASTContext.cpp
  clang/lib/CodeGen/CodeGenTypes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86100.286113.patch
Type: text/x-patch
Size: 10575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200817/56635d99/attachment.bin>


More information about the cfe-commits mailing list