This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e9abd25306 [LoopRotate] processLoop should return true even if it just [...] new 592aa29380b [cfi-verify] Validate there are no register clobbers betwee [...] new 2c21c88a192 Revert r318193 "[SLPVectorizer] Failure to beneficially vec [...]
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/MC/MCInstrDesc.h | 4 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 458 +++++++-------------- test/Transforms/SLPVectorizer/SystemZ/pr34619.ll | 52 --- .../SLPVectorizer/X86/vect_copyable_in_binops.ll | 200 ++++++--- tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 45 ++ tools/llvm-cfi-verify/lib/FileAnalysis.h | 10 + tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 1 + tools/llvm-cfi-verify/lib/GraphBuilder.h | 1 + unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 66 +++ 9 files changed, 396 insertions(+), 441 deletions(-) delete mode 100644 test/Transforms/SLPVectorizer/SystemZ/pr34619.ll