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

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Thu Apr 9 12:41:58 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Analysis/Utils/Local.h
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.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: sunfish, sdesmalen, efriedma

Reviewed By: efriedma

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list