This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4682e2f55bf AMDGPU/SILoadStoreOptimizer: Add helper functions for worki [...] new 92d26cbe333 [ARM] Some MVE shuffle plus extend tests. NFC new fb38a0e0ac6 [PGO] Fix typos from r359612. NFC.
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: include/llvm/ProfileData/InstrProf.h | 6 +- include/llvm/ProfileData/InstrProfReader.h | 2 +- lib/ProfileData/InstrProf.cpp | 12 +-- lib/ProfileData/InstrProfReader.cpp | 4 +- lib/ProfileData/InstrProfWriter.cpp | 2 +- test/CodeGen/Thumb2/mve-shuffleext.ll | 142 +++++++++++++++++++++++++++++ tools/llvm-profdata/llvm-profdata.cpp | 2 +- 7 files changed, 156 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-shuffleext.ll