This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5973d705524 revert rL344609: [InstCombine] try harder to form select fr [...] new c2874102cb0 [LV] Teach vectorizer about variant value store into unifor [...]
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/Analysis/LoopAccessAnalysis.h | 10 +- lib/Analysis/LoopAccessAnalysis.cpp | 16 +- .../Vectorize/LoopVectorizationLegality.cpp | 7 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 1 - .../memcheck-wrapping-pointers.ll | 2 +- .../store-to-invariant-check1.ll | 16 +- .../store-to-invariant-check2.ll | 4 +- .../store-to-invariant-check3.ll | 6 +- .../X86/illegal-parallel-loop-uniform-write.ll | 67 ++++- .../X86/invariant-store-vectorization.ll | 105 +++++++ .../LoopVectorize/invariant-store-vectorization.ll | 310 ++++++++++++++++++++- 11 files changed, 501 insertions(+), 43 deletions(-)