]> granicus.if.org Git - llvm/commit
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)
commitea7650c4edc5df20bceb67568e1a3a65e88cc818
tree12b396d6ebcd97ccf2b78826b2b8e82fcf51a23b
parentaf17b264e10ad9a39bcfdbc4fb97310c805005f7
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301110 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
lib/Support/APInt.cpp
unittests/ADT/APIntTest.cpp