diff options
author | Sam Parker <sam.parker@arm.com> | 2019-02-21 09:33:18 +0000 |
---|---|---|
committer | Sam Parker <sam.parker@arm.com> | 2019-02-21 09:33:18 +0000 |
commit | 6ed47bee2757213acd064bb466b4c84b490ed1a8 (patch) | |
tree | 98d7b01a068e6bf417b10b589612bf78f995f35f /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 0e98ad264551e6bae1c919be68a6de794f2b6355 (diff) | |
download | bcm5719-llvm-6ed47bee2757213acd064bb466b4c84b490ed1a8.tar.gz bcm5719-llvm-6ed47bee2757213acd064bb466b4c84b490ed1a8.zip |
[ARM] Negative constants mishandled in ARM CGP
During type promotion, sometimes we convert negative an add with a
negative constant into a sub with a positive constant. The loop that
performs this transformation has two issues:
- it iterates over a set, causing non-determinism.
- it breaks, instead of continuing, when it finds the first
non-negative operand.
Differential Revision: https://reviews.llvm.org/D58452
llvm-svn: 354557
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions