diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-06-25 08:35:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 08:35:23 -0500 |
commit | fd62906ddb252298f6ed63fe85e146d477acdaed (patch) | |
tree | 05b78066b849caae13338d2dd2a0cae5877884df /llvm/lib/Analysis/LoopAccessAnalysis.cpp | |
parent | c69ea04fb9738db283263eb350669e00b77ee4fd (diff) | |
download | llvm-fd62906ddb252298f6ed63fe85e146d477acdaed.zip llvm-fd62906ddb252298f6ed63fe85e146d477acdaed.tar.gz llvm-fd62906ddb252298f6ed63fe85e146d477acdaed.tar.bz2 |
[libc++] Fix incorrect overflow checking in std::lcm (#96310)
We should have been using __builtin_mul_overflow from the start instead
of adding a manual (and error-prone) check for overflow.
Fixes #96196
Diffstat (limited to 'llvm/lib/Analysis/LoopAccessAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions