This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 738de9c Merging r277093: -------------------------------------------- [...] new 3e3f160 Merging r278573 (and r277399, r278157, r278569):
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/ADT/GraphTraits.h | 15 +++-- include/llvm/ADT/SCCIterator.h | 37 ++++++------ include/llvm/ADT/STLExtras.h | 92 +++++++++++++++++++++++++++++ include/llvm/ADT/iterator.h | 19 +++--- include/llvm/Analysis/CallGraph.h | 2 + include/llvm/CodeGen/MachineBasicBlock.h | 4 ++ include/llvm/IR/CFG.h | 4 ++ lib/Analysis/BlockFrequencyInfoImpl.cpp | 1 + lib/Transforms/IPO/FunctionAttrs.cpp | 1 + lib/Transforms/Vectorize/LoopVectorize.cpp | 93 ++++++++++++++++++++++++++++-- test/Transforms/LoopVectorize/pr28541.ll | 71 +++++++++++++++++++++++ unittests/ADT/SCCIteratorTest.cpp | 1 + unittests/Support/IteratorTest.cpp | 87 ++++++++++++++++++++++++++++ 13 files changed, 387 insertions(+), 40 deletions(-) create mode 100644 test/Transforms/LoopVectorize/pr28541.ll