summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-03-01 20:07:04 +0000
committerNikita Popov <nikita.ppv@gmail.com>2019-03-01 20:07:04 +0000
commited3ca9272f83e257b49b36f0bc634df2a59c4714 (patch)
treef9fd4a09e7aa1e12a57cc4d56650aa25704cf779 /lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py
parentcf0a978e1fa182a927af435c2dd3f6862eba14ef (diff)
downloadbcm5719-llvm-ed3ca9272f83e257b49b36f0bc634df2a59c4714.tar.gz
bcm5719-llvm-ed3ca9272f83e257b49b36f0bc634df2a59c4714.zip
[ValueTracking] Known bits support for unsigned saturating add/sub
We have two sources of known bits: 1. For adds leading ones of either operand are preserved. For sub leading zeros of LHS and leading ones of RHS become leading zeros in the result. 2. The saturating math is a select between add/sub and an all-ones/ zero value. As such we can carry out the add/sub known bits calculation, and only preseve the known one/zero bits respectively. Differential Revision: https://reviews.llvm.org/D58329 llvm-svn: 355223
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud