[PATCH] D59050: [InterleavedAccessAnalysis] Use unordered_map to avoid tombstone insertion.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 15:15:29 PST 2019


fhahn added a comment.

In D59050#1420672 <https://reviews.llvm.org/D59050#1420672>, @efriedma wrote:

> unordered_map is going to be pretty inefficient given the key/value types... it might be worthwhile to add some sort of DenseMap relative to LLVM that handles tombstones differently.  (This also just came up in https://reviews.llvm.org/D59016.)


Ok, I'll look into that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59050





More information about the llvm-commits mailing list