diff options
author | Sebastian Pop <sebpop@gmail.com> | 2018-03-05 17:35:49 +0000 |
---|---|---|
committer | Sebastian Pop <sebpop@gmail.com> | 2018-03-05 17:35:49 +0000 |
commit | ac0bfb5938c10909fd0ce83bf32d7d029094aac9 (patch) | |
tree | c5f9eda80a697f89fe04889b18c838fad15b8c91 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | 77a719cb9ebc01db7d6936d1b4dd2bfcfa38b39b (diff) | |
download | bcm5719-llvm-ac0bfb5938c10909fd0ce83bf32d7d029094aac9.tar.gz bcm5719-llvm-ac0bfb5938c10909fd0ce83bf32d7d029094aac9.zip |
fix PR36582
The error occurs when reading i16 elements (as in the testcase) from a v8i8
with a pattern of <0,2,4,6>. As all the data in the vector is accessed, the
operation is not a VUZP. The patch stops the pattern recognition of VUZP when
EXTRACT_VECTOR_ELT has a different element type than BUILD_VECTOR.
llvm-svn: 326722
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions