[PATCH] D129594: [InstrProf] Add options to profile function groups

Ellis Hoag via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 10:24:54 PDT 2022


ellis updated this revision to Diff 444327.
ellis added a comment.

Use `crc32` rather than `md5` to compute function hashes faster.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129594

Files:
  clang/docs/ClangCommandLineReference.rst
  clang/docs/UsersManual.rst
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/CodeGen/profile-function-groups.c
  compiler-rt/test/profile/instrprof-groups.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129594.444327.patch
Type: text/x-patch
Size: 11466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220713/45a28d26/attachment.bin>


More information about the cfe-commits mailing list