[PATCH] D133715: [ADT] Add HashMappedTrie

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 14:24:49 PST 2023


steven_wu added a comment.

@dexonsmith @benlangmuir @akyrtzi 
Does `TrieHashMap` sound good to you?

Locally, I updated to use `std::pair` as return value to make it more map like, and remove the dump method. I will update the patch once we have the name we agreed on.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133715



More information about the llvm-commits mailing list