This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d0ebfc10c4 [DebugInfo] Update loop metadata for inlined loops new e75dee78f7c Match types of accumulator and result for llvm.experimental [...]
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: docs/LangRef.rst | 6 ++- include/llvm/IR/Intrinsics.td | 4 +- lib/IR/IRBuilder.cpp | 6 +-- test/Assembler/invalid-vecreduce.ll | 34 +++++++++++++++ test/CodeGen/AArch64/vecreduce-fadd.ll | 32 +++++++-------- test/CodeGen/X86/haddsub.ll | 8 ++-- test/CodeGen/X86/vector-reduce-fadd-fast.ll | 64 ++++++++++++++--------------- test/CodeGen/X86/vector-reduce-fadd.ll | 64 ++++++++++++++--------------- test/CodeGen/X86/vector-reduce-fmul-fast.ll | 64 ++++++++++++++--------------- test/CodeGen/X86/vector-reduce-fmul.ll | 64 ++++++++++++++--------------- 10 files changed, 190 insertions(+), 156 deletions(-) create mode 100644 test/Assembler/invalid-vecreduce.ll