[all-commits] [llvm/llvm-project] c858de: Remove asserting getters from base Type
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Fri Apr 17 14:04:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c858debebc1308e748de882c745e179b1a398fa0
https://github.com/llvm/llvm-project/commit/c858debebc1308e748de882c745e179b1a398fa0
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/include/llvm/IR/Type.h
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
Remove asserting getters from base Type
Summary:
Remove asserting vector getters from Type in preparation for the
VectorType refactor. The existence of these functions complicates the
refactor while adding little value.
Reviewers: dexonsmith, sdesmalen, efriedma
Reviewed By: efriedma
Subscribers: cfe-commits, hiraditya, llvm-commits
Tags: #llvm, #clang
Differential Revision: https://reviews.llvm.org/D77278
More information about the All-commits
mailing list