[all-commits] [llvm/llvm-project] 7859d6: [APSInt] Fix bug in APSInt mentioned in https://gi...
Peter Rong via All-commits
all-commits at lists.llvm.org
Sun Dec 18 13:36:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7859d6e79ca90df2f3f206192a1dfa89e3cb10f1
https://github.com/llvm/llvm-project/commit/7859d6e79ca90df2f3f206192a1dfa89e3cb10f1
Author: Peter Rong <PeterRong96 at gmail.com>
Date: 2022-12-18 (Sun, 18 Dec 2022)
Changed paths:
M llvm/include/llvm/ADT/APSInt.h
M llvm/unittests/ADT/APSIntTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list