| commit | e7e3560288e8d05b065b71b9b2b56deb27d45929 | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Fri Mar 31 18:48:14 2017 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Fri Mar 31 18:48:14 2017 +0000 |
| tree | cd3d2ac852c02385c6598c04fb1d4e6500873915 | |
| parent | d53b5b19a9529b2dc4824029f267a17d2b648191 [diff] |
[APInt] Rewrite getLoBits in a way that will do one less memory allocation in the multiword case. Rewrite getHiBits to use the class method version of lshr instead of the one in APIntOps. NFCI llvm-svn: 299243