This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12eaff5ef92 Revert r373598 "[yaml2obj/obj2yaml] - Add support for SHT_L [...] new cf3dfcb56e9 [AArch64][SVE] Adding patterns for floating point SVE add i [...] new fe9dd78fd0c [PGO] Refactor Value Profiling into a plugin based oracle a [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AArch64/AArch64SVEInstrInfo.td | 12 +- lib/Target/AArch64/SVEInstrFormats.td | 14 +- lib/Transforms/Instrumentation/CMakeLists.txt | 1 + .../Instrumentation/PGOInstrumentation.cpp | 167 ++++++--------------- .../Instrumentation/ValueProfileCollector.cpp | 78 ++++++++++ .../Instrumentation/ValueProfileCollector.h | 79 ++++++++++ .../Instrumentation/ValueProfilePlugins.inc | 75 +++++++++ 7 files changed, 294 insertions(+), 132 deletions(-) create mode 100644 lib/Transforms/Instrumentation/ValueProfileCollector.cpp create mode 100644 lib/Transforms/Instrumentation/ValueProfileCollector.h create mode 100644 lib/Transforms/Instrumentation/ValueProfilePlugins.inc