[all-commits] [llvm/llvm-project] cfe2b8: [SVE] Update INSERT_SUBVECTOR DAGCombine to use ge...
Cameron McInally via All-commits
all-commits at lists.llvm.org
Tue Sep 1 14:52:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cfe2b81710c43e5c227b16c006e40ced82e1d829
https://github.com/llvm/llvm-project/commit/cfe2b81710c43e5c227b16c006e40ced82e1d829
Author: Cameron McInally <mcinally at cray.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M llvm/include/llvm/Support/TypeSize.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[SVE] Update INSERT_SUBVECTOR DAGCombine to use getVectorElementCount().
A small piece of the project to replace getVectorNumElements() with getVectorElementCount().
Differential Revision: https://reviews.llvm.org/D86894
More information about the All-commits
mailing list