]> granicus.if.org Git - llvm/commit
[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)
commite8b9699699499f3dfaf2b76ce6cd0727a34949ec
tree653d4be96459dc684e160f20bea7ade0019e5a6d
parent080b5ab6da4fe817553b7047106929cc6f229b51
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301052 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APSInt.h