This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d9168d095b [CGP] Allow cycles during Phi traversal in OptimizaMemoryInst new e1f7499ee7d [LV] Test once if vector trip count is zero, instead of twice
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 | 64 +++++++--------------- .../LoopVectorize/X86/float-induction-x86.ll | 6 +- test/Transforms/LoopVectorize/debugloc.ll | 2 +- .../LoopVectorize/first-order-recurrence.ll | 8 +-- test/Transforms/LoopVectorize/float-induction.ll | 14 ++--- .../Transforms/LoopVectorize/if-conversion-nest.ll | 25 ++++----- test/Transforms/LoopVectorize/induction-step.ll | 4 +- test/Transforms/LoopVectorize/induction.ll | 4 +- .../interleaved-accesses-pred-stores.ll | 6 +- .../LoopVectorize/interleaved-accesses.ll | 10 ++-- test/Transforms/LoopVectorize/iv_outside_user.ll | 2 +- test/Transforms/LoopVectorize/miniters.ll | 4 +- .../LoopVectorize/runtime-check-readonly.ll | 1 - test/Transforms/LoopVectorize/runtime-check.ll | 2 +- 14 files changed, 62 insertions(+), 90 deletions(-)