[PATCH] D158117: Fix integer overflow in ConcurrentHashtTableByPtr

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 14:22:19 PDT 2023


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

While here, remove the parens as Multiplication having precedence over addition is well-known.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158117/new/

https://reviews.llvm.org/D158117



More information about the llvm-commits mailing list