This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f160b4cde3 Remove flag for no longer supported MSVC version new 99609900815 [SLP] Support unary FNeg vectorization new 72415d30936 [Tests] Add cases where we're failing to discharge provably [...] new 12d2dd1fe1b [CodeGen] Add missing vector type legalization for ctlz_zero_undef
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/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 2 + lib/Transforms/Vectorize/SLPVectorizer.cpp | 32 +++- test/CodeGen/PowerPC/vec_clz.ll | 89 ++++++++-- test/CodeGen/X86/vec_clz.ll | 85 +++++++++ test/Transforms/IndVarSimplify/eliminate-exit.ll | 193 +++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/phi3.ll | 6 +- .../SLPVectorizer/X86/propagate_ir_flags.ll | 26 +-- 7 files changed, 396 insertions(+), 37 deletions(-) create mode 100644 test/CodeGen/X86/vec_clz.ll create mode 100644 test/Transforms/IndVarSimplify/eliminate-exit.ll