This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81fe784 [SCCP] Remove wrong and misleading vector handling code. new de764bb Fix up an include guard. new 89419a6 [PM] Port LoopVectorize to the new PM.
The 2 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/Transforms/Vectorize/LoopVectorize.h | 103 +++ include/llvm/Transforms/Vectorize/SLPVectorizer.h | 6 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Vectorize/LoopVectorize.cpp | 709 +++++++++++---------- .../LoopVectorize/conditional-assignment.ll | 1 + 6 files changed, 480 insertions(+), 341 deletions(-) create mode 100644 include/llvm/Transforms/Vectorize/LoopVectorize.h