This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0b5646a LoadStoreVectorizer: Fix assert when merging pointer ops new d8f310c LoadStoreVectorizer: Check TTI for vec reg bit width new 2623a06 LoadStoreVectorizer: Don't increase alignment with no align set
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/LinkAllPasses.h | 2 +- include/llvm/Transforms/Vectorize.h | 2 +- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 64 ++++++++++++++++------ .../AMDGPU/merge-stores-private.ll | 53 ++++++++++++++++++ .../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 44 +++++++++------ .../AMDGPU/missing-alignment.ll | 30 ++++++++++ 6 files changed, 159 insertions(+), 36 deletions(-) create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores-private.ll create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/missing-alignment.ll