[PATCH] D79751: [PGO] Add memcmp/bcmp size value profiling.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 13:10:48 PDT 2020


yamauchi updated this revision to Diff 265002.
yamauchi marked 4 inline comments as done.
yamauchi added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79751

Files:
  llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp
  llvm/lib/Transforms/Instrumentation/ValueProfileCollector.h
  llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc
  llvm/test/Transforms/PGOProfile/Inputs/memop_size_annotation.proftext
  llvm/test/Transforms/PGOProfile/memop_size_annotation.ll
  llvm/test/Transforms/PGOProfile/memop_size_opt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79751.265002.patch
Type: text/x-patch
Size: 34580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/657a6dc2/attachment.bin>


More information about the llvm-commits mailing list