[PATCH] D156005: Use `getHashValue` in `SetVector::insert` and `SetVector::contains`

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 16:42:20 PDT 2023


efriedma requested changes to this revision.
efriedma added a comment.
This revision now requires changes to proceed.

Hash tables don't use hash-value equality; hash collisions are a thing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156005



More information about the llvm-commits mailing list