[APInt] Add back the asserts that check that the APInt shift methods aren't...
[APInt] Add back the asserts that check that the APInt shift methods aren't called with values larger than BitWidth. The underlying tcShiftRight/tcShiftLeft functions support the larger bit widths but the APInt interface shouldn't rely on that. llvm-svn: 300811
Loading
Please sign in to comment