[llvm] [DenseMap] Optimize find/erase (PR #100517)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 12:07:34 PDT 2024
MaskRay wrote:
> lgtm, nice improvement. I think erase could also use doFind.
Nice catch! Added support for `erase`
https://github.com/llvm/llvm-project/pull/100517
More information about the llvm-commits
mailing list