[PATCH] D67920: [PGO] Refactor Value Profiling into a plugin based oracle and create a well defined API for the plugins.

wael yehia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 12:36:43 PDT 2019


w2yehia updated this revision to Diff 222227.
w2yehia added a comment.

1. Renamed Plugin_t to PluginT, and checked that no other type name has an underscore.
2. Renamed VPCPluginChain to PluginChain


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

https://reviews.llvm.org/D67920

Files:
  llvm/lib/Transforms/Instrumentation/CMakeLists.txt
  llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp
  llvm/lib/Transforms/Instrumentation/ValueProfileCollector.h
  llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67920.222227.patch
Type: text/x-patch
Size: 19651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190927/ae9cb6a5/attachment-0001.bin>


More information about the llvm-commits mailing list