This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0292ee9cab3 [X86] Fix chains update when lowering BUILD_VECTOR to a vec [...] new 5b4e1784b6c [ProfileData] Fix data racing in merging indexed profiles
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: include/llvm/ProfileData/InstrProfReader.h | 4 +- lib/ProfileData/InstrProfReader.cpp | 2 - .../Inputs/multiple-profdata-merge.proftext | 106 +++++++++++++++++++++ .../llvm-profdata/multiple-profdata-merge.test | 11 +++ 4 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 test/tools/llvm-profdata/Inputs/multiple-profdata-merge.proftext create mode 100644 test/tools/llvm-profdata/multiple-profdata-merge.test