[all-commits] [llvm/llvm-project] d52ca3: [SVE] Add specialized overloads of VectorType::get

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Mon Apr 27 15:46:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d52ca3d7e607de44825e3df300b180c2ad1ec3f9
      https://github.com/llvm/llvm-project/commit/d52ca3d7e607de44825e3df300b180c2ad1ec3f9
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M llvm/include/llvm/IR/DerivedTypes.h

  Log Message:
  -----------
  [SVE] Add specialized overloads of VectorType::get

Summary:
Add overloads of get to FixedVectorType and ScalableVectorType that
mirror VectorType::get(Type *Ty, VectorType *VTy) that take and return
derived vector types

Reviewers: efriedma, c-rhodes, david-arm, fpetrogalli

Reviewed By: david-arm

Subscribers: tschuett, rkruppe, psnobl, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list