| commit | 3a29e3b8e72a050a84fd4acd83ffe4fb0cccfb34 | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Sat Apr 22 19:59:11 2017 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Sat Apr 22 19:59:11 2017 +0000 |
| tree | 6aeb332750b4513adef191ad39a45f671a45de2d | |
| parent | 016a82ba51d2a3574130423b27ffbdc24326ed5d [diff] |
[APInt] Remove unnecessary min with BitWidth from countTrailingOnesSlowCase. The unused upper bits are guaranteed to be 0 so we don't need to worry about accidentally counting them. llvm-svn: 301091