[APSInt] Fix bug in APSInt mentioned in https://github.com/llvm/llvm-project/issues...
authorPeter Rong <PeterRong96@gmail.com>
Wed, 14 Dec 2022 22:42:38 +0000 (14:42 -0800)
committerPeter Rong <PeterRong96@gmail.com>
Sun, 18 Dec 2022 21:36:21 +0000 (13:36 -0800)
commit7859d6e79ca90df2f3f206192a1dfa89e3cb10f1
tree4373759f2b093f7caf62147baf37cf77e76bb812
parent4def99e642806f3f8e94cb2aa9356d63cd233dd0
[APSInt] Fix bug in APSInt mentioned in https://github.com/llvm/llvm-project/issues/59515

Also provide a `tryExtValue()` API like APInt did in D139683

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D140059
llvm/include/llvm/ADT/APSInt.h
llvm/unittests/ADT/APSIntTest.cpp