[all-commits] [llvm/llvm-project] fe69eb: Clean up usages of asserting vector getters in Type
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Wed Apr 8 16:29:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe69eb119657e9c1b56f4e7818be7c46752ac116
https://github.com/llvm/llvm-project/commit/fe69eb119657e9c1b56f4e7818be7c46752ac116
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.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: espindola, efriedma, sdesmalen
Reviewed By: efriedma
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77275
More information about the All-commits
mailing list