bkramer added a comment.

I think this is the wrong solution. Per 
http://www.dwarfstd.org/ShowIssue.php?issue=140421.1

  2.  Calculate a secondary hash H' = (((S >> 32) & MASK(k)) | 1).
  [...]
  4.  Let H = (H + H') modulo M. Repeat at Step 3.

So the OR has to happen before the ADD.


http://reviews.llvm.org/D17375



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to