This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc5bcb5 PM: Port LoopSimplifyCFG to the new pass manager new 07935f9 [X86][XOP] Add placeholder VPERMIL2 combining tests new 0b059c1 PM: Port LoopRotation to the new loop pass manager
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/InitializePasses.h | 2 +- include/llvm/Transforms/Scalar/LoopRotation.h | 32 ++++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopRotation.cpp | 41 +++++++++++++--- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 62 ++++++++++++++++++++++++ test/Transforms/LoopRotate/basic.ll | 2 + 8 files changed, 133 insertions(+), 10 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/LoopRotation.h