[all-commits] [llvm/llvm-project] 92dde8: Clean up usages of asserting vector getters in Type
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Fri Apr 10 13:46:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 92dde8a6579108ae9e1d213e5d7709e1e1c1e46c
https://github.com/llvm/llvm-project/commit/92dde8a6579108ae9e1d213e5d7709e1e1c1e46c
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.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: rriddle, efriedma, sdesmalen
Reviewed By: sdesmalen
Subscribers: frgossen, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, Joonsoo, grosul1, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77258
More information about the All-commits
mailing list