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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 13:10:00 PDT 2019


fhahn planned changes to this revision.
fhahn added a comment.

I'm currently prototyping a version of DenseMap, that uses bit vectors to mark empty/tombstone slots to circumvent the issue. There are some scenarios where this could potentially also improve runtime performance, at the cost of 2 bits per slot. What do you think?


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