We always clear the unused bits in the most signifant word so there is
no need to mask them out in countLeadingZerosSlowCase().
This is a drive-by simplification while I was readining APInt code...
Differential D16621
APInt: Slightly simplify countLeadingZerosSlowCase() MatzeB on Jan 26 2016, 8:09 PM. Authored by
Details We always clear the unused bits in the most signifant word so there is This is a drive-by simplification while I was readining APInt code...
Diff Detail
Event TimelineComment Actions lg, with one minor comment.
|