This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7feb37bec20 Use quoteattr to ensure we make well formed attributes new 77818507224 Restore the LoopInstSimplify pass, reverting r327329 that r [...]
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 | 1 + include/llvm/Transforms/Scalar.h | 6 + .../{IndVarSimplify.h => LoopInstSimplify.h} | 14 +- lib/Passes/PassBuilder.cpp | 6 +- lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/CMakeLists.txt | 1 + lib/Transforms/Scalar/LoopInstSimplify.cpp | 223 +++++++++++++++++++++ lib/Transforms/Scalar/Scalar.cpp | 1 + test/Feature/optnone-opt.ll | 3 +- 9 files changed, 246 insertions(+), 10 deletions(-) copy include/llvm/Transforms/Scalar/{IndVarSimplify.h => LoopInstSimplify.h} (62%) create mode 100644 lib/Transforms/Scalar/LoopInstSimplify.cpp