[all-commits] [llvm/llvm-project] 3297e9: Clean up usages of asserting vector getters in Type
    Christopher Tetreault via All-commits 
    all-commits at lists.llvm.org
       
    Mon Apr 13 12:30:14 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3297e9b7c3dee210279754aa31bbd8b747656426
      https://github.com/llvm/llvm-project/commit/3297e9b7c3dee210279754aa31bbd8b747656426
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-04-13 (Mon, 13 Apr 2020)
  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VectorCombine.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: rriddle, sdesmalen, efriedma
Reviewed By: efriedma
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77259
    
    
More information about the All-commits
mailing list