[PATCH] D109217: [llvm-dwarfdump] Fix unsigned overflow when calculating stats
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 13:50:59 PDT 2021
tschuett added a comment.
The saturating integer class would use the builtins I mentioned above to perform arithmetic operations on `value` and detect overflow and set `overflow` to true.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109217/new/
https://reviews.llvm.org/D109217
More information about the llvm-commits
mailing list