This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc68eca [MemorySSA] Set CFGOnly correctly for MemorySSAWrapperPass new 6edca03 Add a missing test. new 8291779 [x86] add current codegen tests for PR27924 new 4d19008 [LV] Enable vectorization of loops where the IV has an external use
The 3 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 | 106 ++++++++++++---- test/CodeGen/X86/vector-compare-combines.ll | 51 ++++++++ test/Transforms/LoopUnswitch/msan.ll | 153 +++++++++++++++++++++++ test/Transforms/LoopVectorize/iv_outside_user.ll | 84 +++++++++++++ test/Transforms/LoopVectorize/no_outside_user.ll | 32 ----- 5 files changed, 368 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/X86/vector-compare-combines.ll create mode 100644 test/Transforms/LoopUnswitch/msan.ll create mode 100644 test/Transforms/LoopVectorize/iv_outside_user.ll