[all-commits] [llvm/llvm-project] 9f87d9: Clean up usages of asserting vector getters in Type

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Thu Apr 9 16:44:56 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h

  Log Message:
  -----------
  Clean up usages of asserting vector getters in Type

Summary:
Remove usages of asserting vector getters in Type in preparation for the
VectorType refactor. The existence of these functions complicates the
refactor while adding little value.

Reviewers: mcrosier, efriedma, sdesmalen

Reviewed By: efriedma

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list