This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e7eb2d5 [PM] Convert Loop Strength Reduce pass to new PM new 09080a9 [NVPTX] Make sure we adjust alignment at all call sites new 94471e3 [llvm-profdata] Speed up merging by using a thread pool
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: docs/CommandGuide/llvm-profdata.rst | 5 + include/llvm/ProfileData/InstrProfWriter.h | 2 + lib/ProfileData/InstrProfWriter.cpp | 8 ++ lib/Target/NVPTX/NVPTXISelLowering.cpp | 3 +- test/CodeGen/NVPTX/param-align.ll | 11 ++ test/tools/llvm-profdata/multiple-inputs.test | 40 ++++++++ tools/llvm-profdata/llvm-profdata.cpp | 138 +++++++++++++++++++++----- unittests/ProfileData/InstrProfTest.cpp | 25 +++++ 8 files changed, 207 insertions(+), 25 deletions(-)