[APSInt] Make use of APInt's recently acquired in place lshr and shl capabilities...
authorCraig Topper <craig.topper@gmail.com>
Fri, 21 Apr 2017 22:30:06 +0000 (22:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 21 Apr 2017 22:30:06 +0000 (22:30 +0000)
commit19ce7adc7fcf900a78d6b61875b0920085603ba8
tree91b034ba47f834b95fb48db3f7a94bf59852ea56
parentf363474996136d9716dcfe7d0aca1fd3e3ddc37b
[APSInt] Make use of APInt's recently acquired in place lshr and shl capabilities in APSInt's >>= and <<= operators.

APInt hasn't acquired an in place ashr yet, but hopefully soon.

llvm-svn: 301052
llvm/include/llvm/ADT/APSInt.h