This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d448b5e [LV] Move management of symbolic strides to LAA. NFCI new 5e71c1e Use m_APInt in SimplifyCFG new 04d0fe9 [PM] Remove support for omitting the AnalysisManager argument [...]
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/Analysis/AssumptionCache.h | 4 +- include/llvm/Analysis/CallGraph.h | 2 +- include/llvm/Analysis/LazyCallGraph.h | 4 +- include/llvm/Analysis/LoopInfo.h | 2 +- include/llvm/Analysis/PostDominators.h | 2 +- include/llvm/Analysis/ProfileSummaryInfo.h | 2 +- include/llvm/Analysis/TargetLibraryInfo.h | 4 +- include/llvm/Analysis/TargetTransformInfo.h | 2 +- include/llvm/Bitcode/BitcodeWriterPass.h | 4 +- include/llvm/IR/Dominators.h | 2 +- include/llvm/IR/IRPrintingPasses.h | 5 +- include/llvm/IR/PassManager.h | 7 +- include/llvm/IR/PassManagerInternal.h | 113 ++------------------- include/llvm/IR/Verifier.h | 4 +- include/llvm/Transforms/IPO/ConstantMerge.h | 2 +- .../llvm/Transforms/IPO/DeadArgumentElimination.h | 2 +- include/llvm/Transforms/IPO/ElimAvailExtern.h | 2 +- include/llvm/Transforms/IPO/ForceFunctionAttrs.h | 2 +- include/llvm/Transforms/IPO/GlobalDCE.h | 2 +- include/llvm/Transforms/IPO/StripDeadPrototypes.h | 2 +- include/llvm/Transforms/IPO/WholeProgramDevirt.h | 2 +- include/llvm/Transforms/Scalar/ADCE.h | 2 +- include/llvm/Transforms/Scalar/LowerAtomic.h | 2 +- .../llvm/Transforms/Scalar/LowerExpectIntrinsic.h | 2 +- include/llvm/Transforms/Scalar/Reassociate.h | 2 +- lib/Analysis/LoopInfo.cpp | 2 +- lib/Analysis/LoopPass.cpp | 6 +- lib/Analysis/PostDominators.cpp | 3 +- lib/Analysis/ProfileSummaryInfo.cpp | 3 +- lib/Analysis/TargetLibraryInfo.cpp | 6 +- lib/Analysis/TargetTransformInfo.cpp | 6 +- lib/Bitcode/Writer/BitcodeWriterPass.cpp | 2 +- lib/IR/Dominators.cpp | 3 +- lib/IR/IRPrintingPasses.cpp | 11 +- lib/IR/Verifier.cpp | 6 +- lib/Passes/PassBuilder.cpp | 25 +++-- lib/Transforms/IPO/ConstantMerge.cpp | 2 +- lib/Transforms/IPO/DeadArgumentElimination.cpp | 6 +- lib/Transforms/IPO/ElimAvailExtern.cpp | 3 +- lib/Transforms/IPO/ForceFunctionAttrs.cpp | 3 +- lib/Transforms/IPO/GlobalDCE.cpp | 5 +- lib/Transforms/IPO/StripDeadPrototypes.cpp | 3 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 3 +- lib/Transforms/Scalar/ADCE.cpp | 2 +- lib/Transforms/Scalar/LowerAtomic.cpp | 5 +- lib/Transforms/Scalar/LowerExpectIntrinsic.cpp | 3 +- lib/Transforms/Scalar/Reassociate.cpp | 5 +- lib/Transforms/Utils/SimplifyCFG.cpp | 10 +- unittests/Analysis/CGSCCPassManagerTest.cpp | 2 +- unittests/IR/PassManagerTest.cpp | 8 +- 50 files changed, 127 insertions(+), 185 deletions(-)