summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py
diff options
context:
space:
mode:
authorSebastian Pop <sebpop@gmail.com>2018-03-05 17:35:49 +0000
committerSebastian Pop <sebpop@gmail.com>2018-03-05 17:35:49 +0000
commitac0bfb5938c10909fd0ce83bf32d7d029094aac9 (patch)
treec5f9eda80a697f89fe04889b18c838fad15b8c91 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py
parent77a719cb9ebc01db7d6936d1b4dd2bfcfa38b39b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud