[APInt] Rewrite getLoBits in a way that will do one less memory allocation in the...
authorCraig Topper <craig.topper@gmail.com>
Fri, 31 Mar 2017 18:48:14 +0000 (18:48 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 31 Mar 2017 18:48:14 +0000 (18:48 +0000)
commite7e3560288e8d05b065b71b9b2b56deb27d45929
treecd3d2ac852c02385c6598c04fb1d4e6500873915
parentd53b5b19a9529b2dc4824029f267a17d2b648191
[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
llvm/lib/Support/APInt.cpp
llvm/unittests/ADT/APIntTest.cpp