diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-04-20 02:11:27 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-04-20 02:11:27 +0000 |
commit | baa392e4e064d0cbaaf116f10e23c98a395c473a (patch) | |
tree | 3b36bc692be7128804879ff6c3793dd0ae09b1c0 /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | e49252cea12515d059b9a62ac458826498638ea3 (diff) | |
download | bcm5719-llvm-baa392e4e064d0cbaaf116f10e23c98a395c473a.tar.gz bcm5719-llvm-baa392e4e064d0cbaaf116f10e23c98a395c473a.zip |
[APInt] Implement APInt::intersects without creating a temporary APInt in the multiword case
Summary: This is a simple question we should be able to answer without creating a temporary to hold the AND result. We can also get an early out as soon as we find a word that intersects.
Reviewers: RKSimon, hans, spatel, davide
Reviewed By: hans, davide
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D32253
llvm-svn: 300812
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
0 files changed, 0 insertions, 0 deletions