Revert "[APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug...
authorRenato Golin <renato.golin@linaro.org>
Sun, 23 Apr 2017 12:02:07 +0000 (12:02 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sun, 23 Apr 2017 12:02:07 +0000 (12:02 +0000)
commitcc4a9120f6944a48d1df4c676ee77af3904b4442
tree6dd41ba00fdfbb394e8dc3fd2107ede0cea9db8b
parent137c44fe64ad900e234e38b8c61f5b972b58e051
Revert "[APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in the shift by BitWidth handling."

This reverts commit r301094, as it broke all ARM self-hosting bots.

PR32754.

llvm-svn: 301110
llvm/include/llvm/ADT/APInt.h
llvm/include/llvm/ADT/APSInt.h
llvm/lib/Support/APInt.cpp
llvm/unittests/ADT/APIntTest.cpp