[all-commits] [llvm/llvm-project] f22fbe: Clean up usages of asserting vector getters in Type
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Mon Apr 13 13:02:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f22fbe3a152ed1e7712c6580405cb28db00187a5
https://github.com/llvm/llvm-project/commit/f22fbe3a152ed1e7712c6580405cb28db00187a5
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M clang/lib/CodeGen/CGAtomic.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/PatternInit.cpp
M clang/lib/CodeGen/TargetInfo.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: sdesmalen, efriedma, krememek
Reviewed By: sdesmalen, efriedma
Subscribers: dexonsmith, Charusso, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77257
More information about the All-commits
mailing list