Fiona Glaser b0a2d8c5a5 ComputeKnownBits: be a bit smarter about ADDs
If our two inputs have known top-zero bit counts M and N, we trivially
know that the output cannot have any bits set in the top (min(M, N)-1)
bits, since nothing could carry past that point.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241927 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-10 18:29:02 +00:00
..
2015-07-10 07:15:17 +00:00
2015-07-09 18:23:10 +00:00
2015-07-10 07:15:17 +00:00
2015-06-09 21:50:22 +00:00
2015-06-09 21:50:22 +00:00