summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2018-03-13 21:13:18 +0000
committerHiroshi Yamauchi <yamauchi@google.com>2018-03-13 21:13:18 +0000
commite6a3dc7699f2e2346b53510901bb64f634711f8f (patch)
treee692a386ea1b2df7d58322122839c10ed6b105f9 /lldb/packages/Python/lldbsuite/test/python_api/section
parentf69d07e788066a6809309e6f97a0adec26d4c4df (diff)
downloadbcm5719-llvm-e6a3dc7699f2e2346b53510901bb64f634711f8f.tar.gz
bcm5719-llvm-e6a3dc7699f2e2346b53510901bb64f634711f8f.zip
Simplify more cases of logical ops of masked icmps.
Summary: For example, ((X & 255) != 0) && ((X & 15) == 8) -> ((X & 15) == 8). ((X & 7) != 0) && ((X & 15) == 8) -> false. Reviewers: davidxl Reviewed By: davidxl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D43835 llvm-svn: 327450
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud