This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff83113c2f5 [llvm-objcopy] Add basic support for --rename-section new a46c1d6b583 [FileCheck] Fix search ranges for DAG-NOT-DAG new 6bb56ed1173 Reapply "[LSV] Refactoring + supporting bitcasts to a type [...]
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: lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 111 ++++++++++++--------- test/CodeGen/X86/loadStore_vectorizer.ll | 18 +++- test/FileCheck/check-dag-not-dag.txt | 76 ++++++++++++++ test/FileCheck/check-dag-overlap.txt | 3 +- .../LoadStoreVectorizer/AMDGPU/gep-bitcast.ll | 53 +++++++++- utils/FileCheck/FileCheck.cpp | 92 ++++++++--------- 6 files changed, 256 insertions(+), 97 deletions(-) create mode 100644 test/FileCheck/check-dag-not-dag.txt