diff options
author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2020-01-14 16:00:59 +0000 |
---|---|---|
committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2020-01-14 16:10:55 +0000 |
commit | a08c0adee072226179736c4f6caf3dd0b7a7c9af (patch) | |
tree | 354d4b69b30b4aa22e73230687f5ef8cc941cd60 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 013c07f697886649b068cd97127e528b4fe7c03e (diff) | |
download | bcm5719-llvm-a08c0adee072226179736c4f6caf3dd0b7a7c9af.tar.gz bcm5719-llvm-a08c0adee072226179736c4f6caf3dd0b7a7c9af.zip |
[ARM][MVE] VTP Block Pass fix
Fix a missing and broken test: 2 VPT blocks predicated on the same VCMP
instruction that can be folded. The problem was that for each VPT block, we
record the predicate statements with a list, but the same instruction was added
twice. Thus, we were running in an assert trying to remove the same instruction
twice. To avoid this the instructions are now recorded with a set.
Differential Revision: https://reviews.llvm.org/D72699
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions