[PATCH] D42740: Implement a case-folding version of DJB hash

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 10:10:13 PST 2018


labath added a comment.

Jonas, Adrian: Do you have any thoughts on how to handle the sign extension issue on the existing djb hash function? (I could theoretically punt that and just fix the case-folding one, but it would be simpler to handle both of them together).


Repository:
  rL LLVM

https://reviews.llvm.org/D42740





More information about the llvm-commits mailing list