[all-commits] [llvm/llvm-project] 994d84: [NFC] Make Type::isVectorTy call isa<VectorType>
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Thu Apr 9 14:16:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 994d84b9192eba70369a4b65f0193c4545ae021b
https://github.com/llvm/llvm-project/commit/994d84b9192eba70369a4b65f0193c4545ae021b
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/include/llvm/IR/Type.h
Log Message:
-----------
[NFC] Make Type::isVectorTy call isa<VectorType>
Reviewers: sdesmalen, efriedma, dexonsmith
Reviewed By: efriedma
Subscribers: tschuett, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77425
More information about the All-commits
mailing list