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

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Fri Apr 17 10:49:52 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/X86/X86InterleavedAccess.cpp
    M llvm/lib/Target/X86/X86PartialReduction.cpp
    M llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.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: craig.topper, sdesmalen, efriedma, RKSimon

Reviewed By: efriedma

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list