This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from deb49e5e4e7 Fix the issue that ComputeValueKnownInPredecessors only han [...] new 974321bd675 [LV] Preserve inbounds on created GEPs
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: lib/Transforms/Vectorize/LoopVectorize.cpp | 25 +- test/Transforms/LoopVectorize/AArch64/pr36032.ll | 4 +- test/Transforms/LoopVectorize/ARM/sphinx.ll | 6 +- .../LoopVectorize/X86/masked_load_store.ll | 450 ++++++++++----------- .../LoopVectorize/X86/metadata-enable.ll | 8 +- .../LoopVectorize/consecutive-ptr-uniforms.ll | 4 +- test/Transforms/LoopVectorize/float-induction.ll | 2 +- test/Transforms/LoopVectorize/induction-step.ll | 6 +- test/Transforms/LoopVectorize/induction.ll | 12 +- .../LoopVectorize/interleaved-accesses.ll | 4 +- test/Transforms/LoopVectorize/pr23997.ll | 109 +++++ .../LoopVectorize/scalar_after_vectorization.ll | 6 +- 12 files changed, 382 insertions(+), 254 deletions(-) create mode 100644 test/Transforms/LoopVectorize/pr23997.ll