This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e9433d [InstCombine] allow X + signbit --> X ^ signbit for vector splats new 78ee4b6 [PM] Convert IVUsers analysis to new pass manager.
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/ADT/ilist.h | 6 +- include/llvm/Analysis/IVUsers.h | 56 ++++++++++--- include/llvm/InitializePasses.h | 2 +- lib/Analysis/Analysis.cpp | 2 +- lib/Analysis/IVUsers.cpp | 96 +++++++++++++--------- lib/CodeGen/MachineFunctionPass.cpp | 2 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 2 + lib/Transforms/Scalar/LoopStrengthReduce.cpp | 8 +- .../LoopStrengthReduce/quadradic-exit-value.ll | 1 + 10 files changed, 121 insertions(+), 55 deletions(-)