[PATCH] D144306: [BOLT] adding hash computation for basic blocks

Sergey Pupyrev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 09:37:26 PDT 2023


spupyrev updated this revision to Diff 510067.
spupyrev added a comment.

Rebasing...

This diff doesn't change existing behavior and used only to facilitate diffs down the stack. Hence, not adding tests here but please let me know if you prefer some.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144306

Files:
  bolt/include/bolt/Core/BinaryBasicBlock.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/HashUtilities.h
  bolt/include/bolt/Profile/ProfileYAMLMapping.h
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Core/CMakeLists.txt
  bolt/lib/Core/HashUtilities.cpp
  bolt/lib/Passes/IdenticalCodeFolding.cpp
  bolt/lib/Profile/YAMLProfileWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144306.510067.patch
Type: text/x-patch
Size: 15379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230331/3c6361b6/attachment.bin>


More information about the llvm-commits mailing list