[PATCH] D133715: [ADT] Add HashMappedTrie
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 10:41:43 PDT 2022
steven_wu created this revision.
steven_wu added reviewers: rnk, dblaikie, dexonsmith, benlangmuir.
Herald added subscribers: ributzka, arphaman, hiraditya, mgorny.
Herald added a project: All.
steven_wu requested review of this revision.
Herald added a project: LLVM.
Implement HashMappedTrie which stores objects into a Trie based on a
hash.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133715
Files:
llvm/include/llvm/ADT/HashMappedTrie.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/HashMappedTrie.cpp
llvm/lib/Support/HashMappedTrieIndexGenerator.h
llvm/unittests/ADT/CMakeLists.txt
llvm/unittests/ADT/HashMappedTrieTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133715.459513.patch
Type: text/x-patch
Size: 44794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/a8e1669b/attachment.bin>
More information about the llvm-commits
mailing list