mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 13:26:09 +00:00

We should have been using __builtin_mul_overflow from the start instead of adding a manual (and error-prone) check for overflow. Fixes #96196