[llvm] [DenseMap] Store occupancy in a packed used-bit array (PR #201281)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 07:11:14 PDT 2026


================
@@ -53,6 +61,53 @@ struct DenseMapPair : std::pair<KeyT, ValueT> {
 
 } // end namespace detail
 
+namespace densemap::detail {
+using used_t = uint32_t;
----------------
MaskRay wrote:

Changed to `UsedT`

https://github.com/llvm/llvm-project/pull/201281


More information about the llvm-commits mailing list