| commit | baa392e4e064d0cbaaf116f10e23c98a395c473a | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Thu Apr 20 02:11:27 2017 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Thu Apr 20 02:11:27 2017 +0000 |
| tree | 3b36bc692be7128804879ff6c3793dd0ae09b1c0 | |
| parent | e49252cea12515d059b9a62ac458826498638ea3 [diff] |
[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