This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e23f2de [X86][SSE] Add support for 32-bit element vectors to X86ISD:: [...] new 568c0d2 [Loop Vectorizer] Support predication of div/rem
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 | 307 ++++++++++++++++----- test/Transforms/LoopVectorize/if-pred-non-void.ll | 173 ++++++++++++ .../LoopVectorize/if-pred-not-when-safe.ll | 90 ++++++ test/Transforms/LoopVectorize/if-pred-stores.ll | 31 +-- 4 files changed, 501 insertions(+), 100 deletions(-) create mode 100644 test/Transforms/LoopVectorize/if-pred-non-void.ll create mode 100644 test/Transforms/LoopVectorize/if-pred-not-when-safe.ll