[all-commits] [llvm/llvm-project] e634f4: Clean up usages of asserting vector getters in Type
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Thu Apr 9 13:12:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e634f482eaaf82a757b9442c34c034235d7eb161
https://github.com/llvm/llvm-project/commit/e634f482eaaf82a757b9442c34c034235d7eb161
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.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: arsenm, efriedma, sdesmalen
Reviewed By: arsenm
Subscribers: wdng, arsenm, jvesely, nhaehnle, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77268
More information about the All-commits
mailing list