[PATCH] D79961: [PGO] Fix computation of fuction Hash

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 12:19:53 PDT 2020


serge-sans-paille updated this revision to Diff 266064.
serge-sans-paille added a comment.

  Update profile data hash entries due to hash function update, unless the version
  used is V1, in which case we keep the buggy behavior for backward compatibility.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79961/new/

https://reviews.llvm.org/D79961

Files:
  clang/lib/CodeGen/CodeGenPGO.cpp
  clang/test/Profile/Inputs/c-counter-overflows.proftext
  clang/test/Profile/Inputs/c-general.profdata.v3
  clang/test/Profile/Inputs/c-general.proftext
  clang/test/Profile/Inputs/c-unprofiled-blocks.proftext
  clang/test/Profile/Inputs/cxx-rangefor.proftext
  clang/test/Profile/Inputs/cxx-throws.proftext
  clang/test/Profile/Inputs/misexpect-switch-default.proftext
  clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
  clang/test/Profile/Inputs/misexpect-switch.proftext
  clang/test/Profile/c-collision.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79961.266064.patch
Type: text/x-patch
Size: 5247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200525/4f03c5ec/attachment-0001.bin>


More information about the cfe-commits mailing list