[PATCH] D88180: [RFC] HashTree and MachineOutliner HashTree Serialization for cross module data sharing.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 13:17:01 PDT 2020


plotfi updated this revision to Diff 301092.
plotfi added a comment.

Updated based on @paquette's feedback. This only includes the StableHashTree data structure and a unit test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88180

Files:
  llvm/include/llvm/CodeGen/MachineStableHash.h
  llvm/include/llvm/CodeGen/StableHashTree.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/MachineStableHash.cpp
  llvm/lib/CodeGen/StableHashTree.cpp
  llvm/unittests/CodeGen/CMakeLists.txt
  llvm/unittests/CodeGen/StableHashTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88180.301092.patch
Type: text/x-patch
Size: 21005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201027/e5c9c9c0/attachment.bin>


More information about the llvm-commits mailing list