[all-commits] [llvm/llvm-project] 339177: [SVE] Break dependency of Type.h on DerivedTypes.h

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Fri Jun 12 12:43:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 339177d1da0c6f0cf181ba987836148acb526926
      https://github.com/llvm/llvm-project/commit/339177d1da0c6f0cf181ba987836148acb526926
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

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

  Log Message:
  -----------
  [SVE] Break dependency of Type.h on DerivedTypes.h

Summary:
Inline functions in Type.h depended upon inline functions isVectorTy and
getScalarType defined in DerivedTypes.h. Reimplement these functions in
Type.h in terms of Type

Reviewers: rengolin, efriedma, echristo, c-rhodes, david-arm

Reviewed By: echristo

Subscribers: tschuett, rkruppe, psnobl, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list