[all-commits] [llvm/llvm-project] 007358: [DAGCombiner] Use getVectorElementCount inside vis...
Joe Ellis via All-commits
all-commits at lists.llvm.org
Mon Jan 11 06:19:36 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 007358239decd45819a6fa44eb2a2e07fd85e796
https://github.com/llvm/llvm-project/commit/007358239decd45819a6fa44eb2a2e07fd85e796
Author: Joe Ellis <joe.ellis at arm.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
A llvm/test/CodeGen/AArch64/dag-combine-insert-subvector.ll
Log Message:
-----------
[DAGCombiner] Use getVectorElementCount inside visitINSERT_SUBVECTOR
This avoids TypeSize-/ElementCount-related warnings.
Differential Revision: https://reviews.llvm.org/D92747
More information about the All-commits
mailing list