[PATCH] D77254: Clean up usages of asserting vector getters in Type
Christopher Tetreault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 1 16:21:34 PDT 2020
ctetreau created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77254
Files:
clang/lib/CodeGen/CGAtomic.cpp
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/CodeGen/PatternInit.cpp
clang/lib/CodeGen/TargetInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77254.254335.patch
Type: text/x-patch
Size: 29730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200401/d3620ad3/attachment-0001.bin>
More information about the cfe-commits
mailing list