[PATCH] D39446: [PGO] Detect more structural changes with the stable hash

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 16:42:19 PST 2017


vsk updated this revision to Diff 122368.
vsk edited the summary of this revision.
vsk added a comment.

- Consider logical nots and some binary comparison operators in the hash, per an offline conversation with @bogner


https://reviews.llvm.org/D39446

Files:
  lib/CodeGen/CodeGenPGO.cpp
  test/Frontend/Inputs/optimization-remark-with-hotness.proftext
  test/Profile/Inputs/c-captured.proftext
  test/Profile/Inputs/c-counter-overflows.proftext
  test/Profile/Inputs/c-general.proftext
  test/Profile/Inputs/c-unprofiled-blocks.proftext
  test/Profile/Inputs/cxx-class.proftext
  test/Profile/Inputs/cxx-hash-v2.profdata.v5
  test/Profile/Inputs/cxx-hash-v2.proftext
  test/Profile/Inputs/cxx-lambda.proftext
  test/Profile/Inputs/cxx-rangefor.proftext
  test/Profile/Inputs/cxx-templates.proftext
  test/Profile/Inputs/cxx-throws.proftext
  test/Profile/Inputs/func-entry.proftext
  test/Profile/Inputs/gcc-flag-compatibility.proftext
  test/Profile/Inputs/objc-general.proftext
  test/Profile/c-outdated-data.c
  test/Profile/cxx-hash-v2.cpp
  test/Profile/objc-general.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39446.122368.patch
Type: text/x-patch
Size: 21932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171110/3e925df4/attachment-0001.bin>


More information about the cfe-commits mailing list