This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3d02c7 IR: Sort generic intrinsics before target specific ones new ca28eb1 [PM] Convert LoopInstSimplify Pass to new PM
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/InitializePasses.h | 2 +- .../Scalar/{LoopRotation.h => LoopInstSimplify.h} | 17 ++- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopInstSimplify.cpp | 148 ++++++++++++--------- lib/Transforms/Scalar/Scalar.cpp | 2 +- 6 files changed, 100 insertions(+), 71 deletions(-) copy include/llvm/Transforms/Scalar/{LoopRotation.h => LoopInstSimplify.h} (53%)