Extract method haveNoCommonBitsSet so that we don't have to duplicate this logic in
InstCombine and SeparateConstOffsetFromGEP.
This patch also makes SeparateConstOffsetFromGEP more precise by passing
DominatorTree to computeKnownBits.
Differential D9734
[ValueTracking] refactor: extract method haveNoCommonBitsSet jingyue on May 12 2015, 10:49 PM. Authored by
Details Extract method haveNoCommonBitsSet so that we don't have to duplicate this logic in This patch also makes SeparateConstOffsetFromGEP more precise by passing
Diff Detail Event TimelineComment Actions Looks pretty straightforward, LGTM.
Comment Actions LGTM
|