[PATCH] D133715: [ADT] Add TrieRawHashMap
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 12:04:44 PST 2023
steven_wu updated this revision to Diff 489091.
steven_wu added a comment.
Update unittest:
- Simplify the test of StringSet by explicitly calling insertLazy on TrieHashMap.
- Unify all the tests under the same template test fixture. Since we create this indirection, might as well use it to the full potential.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133715/new/
https://reviews.llvm.org/D133715
Files:
llvm/include/llvm/ADT/TrieRawHashMap.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/TrieHashIndexGenerator.h
llvm/lib/Support/TrieRawHashMap.cpp
llvm/unittests/ADT/CMakeLists.txt
llvm/unittests/ADT/TrieRawHashMapTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133715.489091.patch
Type: text/x-patch
Size: 47524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230113/b099709a/attachment.bin>
More information about the llvm-commits
mailing list