This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e348e5023a2 Add Swift enumerator value for CodeView::SourceLanguage new 2d9ad107114 Reland "Relax constraints for reduction vectorization"
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: include/llvm/Analysis/IVDescriptors.h | 15 ++- include/llvm/IR/Operator.h | 6 ++ include/llvm/Transforms/Utils/LoopUtils.h | 2 + lib/Analysis/IVDescriptors.cpp | 10 +- lib/CodeGen/ExpandReductions.cpp | 4 +- lib/Transforms/Utils/LoopUtils.cpp | 46 +++++---- lib/Transforms/Vectorize/LoopVectorize.cpp | 16 +-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 3 +- .../LoopVectorize/X86/reduction-fastmath.ll | 112 +++++++++++++++++++++ 9 files changed, 180 insertions(+), 34 deletions(-) create mode 100644 test/Transforms/LoopVectorize/X86/reduction-fastmath.ll