Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Serialization] Use specialized decl hash function for GlobalDeclID
See the comment: llvm#92083 (comment) After the patch, llvm#92083, the lower 32 bits of DeclID can be the same commonly. This may produce many collisions. It will be best to change the default hash implementation for uint64_t. But sent this one as a quick workaround.
- Loading branch information