This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 305b3f3 [Loop Vectorizer] Consecutive memory access - fixed and simplified new ab43022 [Profile] Implement select instruction instrumentation in IR PGO
The 1 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: docs/LangRef.rst | 31 +++++ include/llvm/IR/IntrinsicInst.h | 11 ++ include/llvm/IR/Intrinsics.td | 6 + lib/Transforms/Instrumentation/InstrProfiling.cpp | 20 ++- .../Instrumentation/PGOInstrumentation.cpp | 142 +++++++++++++++++++-- test/Transforms/PGOProfile/Inputs/select1.proftext | 8 ++ test/Transforms/PGOProfile/select1.ll | 34 +++++ 7 files changed, 241 insertions(+), 11 deletions(-) create mode 100644 test/Transforms/PGOProfile/Inputs/select1.proftext create mode 100644 test/Transforms/PGOProfile/select1.ll