diff options
author | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2014-12-10 08:46:12 +0000 |
---|---|---|
committer | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2014-12-10 08:46:12 +0000 |
commit | 0104ff65294a1a56af4b7260a57ed4da9ddf8af7 (patch) | |
tree | bf17f26160a9b47d5ba400cb5ddefeef228aaed7 /llvm/lib/Analysis/InstructionSimplify.cpp | |
parent | 1969fd52bbc3516ff950dcc9feb5d1ce405ca963 (diff) | |
download | bcm5719-llvm-0104ff65294a1a56af4b7260a57ed4da9ddf8af7.tar.gz bcm5719-llvm-0104ff65294a1a56af4b7260a57ed4da9ddf8af7.zip |
[X86] Make a code path in EltsFromConsecutiveLoads work only on vectors it expects
EltsFromConsecutiveLoads was apparently only ever called for 128-bit vectors, and assumed this implicitly. r223518 started calling it for AVX-sized vectors, causing the code path that had this assumption to crash.
This adds a check to make this path fire only for 128-bit vectors.
Differential Revision: http://reviews.llvm.org/D6579
llvm-svn: 223922
Diffstat (limited to 'llvm/lib/Analysis/InstructionSimplify.cpp')
0 files changed, 0 insertions, 0 deletions