This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from af2151d [AVX-512] Remove unnecessary duplicate broadcast patterns. NFC new 10dd00c [PM] Introduce an analysis set used to preserve all analyses [...] new b1e2ecc [Orc][RPC] Add an RPCFunctionNotSupported error type and retu [...]
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/BlockFrequencyInfo.h | 4 ++ include/llvm/Analysis/DominanceFrontier.h | 4 ++ include/llvm/Analysis/LoopInfo.h | 4 ++ include/llvm/Analysis/PostDominators.h | 4 ++ include/llvm/Analysis/RegionInfo.h | 4 ++ include/llvm/ExecutionEngine/Orc/OrcError.h | 12 +++++ include/llvm/ExecutionEngine/Orc/RPCUtils.h | 4 +- include/llvm/IR/Dominators.h | 4 ++ include/llvm/IR/PassManager.h | 63 ++++++++++++++-------- lib/Analysis/BlockFrequencyInfo.cpp | 9 ++++ lib/Analysis/DominanceFrontier.cpp | 10 ++++ lib/Analysis/LoopInfo.cpp | 9 ++++ lib/Analysis/PostDominators.cpp | 9 ++++ lib/Analysis/RegionInfo.cpp | 9 ++++ lib/ExecutionEngine/Orc/OrcError.cpp | 20 +++++++ lib/IR/Dominators.cpp | 9 ++++ lib/IR/PassManager.cpp | 2 + .../InstCombine/InstructionCombining.cpp | 3 +- lib/Transforms/Scalar/ADCE.cpp | 4 +- lib/Transforms/Scalar/AlignmentFromAssumptions.cpp | 4 +- lib/Transforms/Scalar/BDCE.cpp | 4 +- lib/Transforms/Scalar/ConstantHoisting.cpp | 5 +- lib/Transforms/Scalar/DCE.cpp | 9 ++-- lib/Transforms/Scalar/DeadStoreElimination.cpp | 3 +- lib/Transforms/Scalar/EarlyCSE.cpp | 4 +- lib/Transforms/Scalar/Float2Int.cpp | 11 ++-- lib/Transforms/Scalar/GuardWidening.cpp | 8 ++- lib/Transforms/Scalar/IndVarSimplify.cpp | 5 +- lib/Transforms/Scalar/LICM.cpp | 6 +-- lib/Transforms/Scalar/LoopInstSimplify.cpp | 4 +- lib/Transforms/Scalar/LoopRotation.cpp | 1 + lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 1 + lib/Transforms/Scalar/LoopUnrollPass.cpp | 2 +- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 + lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 2 +- lib/Transforms/Scalar/NaryReassociate.cpp | 4 +- lib/Transforms/Scalar/Reassociate.cpp | 4 +- lib/Transforms/Scalar/SROA.cpp | 3 +- lib/Transforms/Scalar/Sink.cpp | 5 +- lib/Transforms/Utils/LCSSA.cpp | 2 +- lib/Transforms/Utils/Mem2Reg.cpp | 5 +- lib/Transforms/Utils/SimplifyInstructions.cpp | 6 ++- lib/Transforms/Vectorize/SLPVectorizer.cpp | 4 +- 43 files changed, 216 insertions(+), 75 deletions(-)