[all-commits] [llvm/llvm-project] 0d736f: [SVE] Add specialized getters to derived vector types
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Tue May 19 11:27:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d736f467ddb6b6f0189703f015c248c41be7cf3
https://github.com/llvm/llvm-project/commit/0d736f467ddb6b6f0189703f015c248c41be7cf3
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
Log Message:
-----------
[SVE] Add specialized getters to derived vector types
Summary:
Add versions of the specialized getters in base VectorType to the
derived vector types that return derived pointers. This reduces the
amount of casting you need to do when working with derived vectors
Reviewers: efriedma, david-arm, fpetrogalli, craig.topper
Reviewed By: david-arm
Subscribers: tschuett, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80026
More information about the All-commits
mailing list