[all-commits] [llvm/llvm-project] d8a788: [CodeGen] Fix warning in visitShuffleVector
david-arm via All-commits
all-commits at lists.llvm.org
Fri May 29 09:19:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d8a78889f633c5a60f0a1c7cb60bf9b18817d9d7
https://github.com/llvm/llvm-project/commit/d8a78889f633c5a60f0a1c7cb60bf9b18817d9d7
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[CodeGen] Fix warning in visitShuffleVector
Make sure we only ask for the number of elements after we've
bailed out for scalable vectors.
Differential revision: https://reviews.llvm.org/D80632
More information about the All-commits
mailing list