diff options
author | Keno Fischer <kfischer@college.harvard.edu> | 2016-12-08 17:22:35 +0000 |
---|---|---|
committer | Keno Fischer <kfischer@college.harvard.edu> | 2016-12-08 17:22:35 +0000 |
commit | dc09119776454a9dabbe87150b3ca04140fb65fb (patch) | |
tree | 7335fa837abd99fdf122c623e57cde8892cee976 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | |
parent | 8cb6283e74aae927180a87836dba8dc75aa72253 (diff) | |
download | bcm5719-llvm-dc09119776454a9dabbe87150b3ca04140fb65fb.tar.gz bcm5719-llvm-dc09119776454a9dabbe87150b3ca04140fb65fb.zip |
ConstantFolding: Don't crash when encountering vector GEP
ConstantFolding tried to cast one of the scalar indices to a vector
type. Instead, use the vector type only for the first index (which
is the only one allowed to be a vector) and use its scalar type
otherwise.
Fixes PR31250.
Reviewers: majnemer
Differential Revision: https://reviews.llvm.org/D27389
llvm-svn: 289073
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py')
0 files changed, 0 insertions, 0 deletions