Files
clang-p2996/llvm/lib/Support
Matthias Braun b0c8c45423 Avoid BlockFrequency overflow problems (#66280)
Multiplying raw block frequency with an integer carries a high risk
of overflow.

- Add `BlockFrequency::mul` return an std::optional with the product
  or `nullopt` to indicate an overflow.
- Fix two instances where overflow was likely.
2023-09-14 11:11:27 -07:00
..
2023-08-23 19:16:41 -04:00
2023-06-13 10:47:18 +01:00
2023-05-30 14:12:20 -07:00
2023-02-23 18:11:15 +00:00
2023-07-18 13:36:11 -07:00