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

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Fri Apr 3 11:27:10 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp

  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: kparzysz, sdesmalen, efriedma

Reviewed By: kparzysz

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list