[all-commits] [llvm/llvm-project] 035384: [Clang][SVE] NFC: Move info about ACLE types into ...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Wed Aug 19 03:06:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0353848cc94f0fc23a953f8f420be7ee3342c8dc
      https://github.com/llvm/llvm-project/commit/0353848cc94f0fc23a953f8f420be7ee3342c8dc
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp

  Log Message:
  -----------
  [Clang][SVE] NFC: Move info about ACLE types into separate function.

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

Reviewed By: c-rhodes

Differential Revision: https://reviews.llvm.org/D86100




More information about the All-commits mailing list