This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0aed7aeeba3 Convert a couple of ErrorOr to Expected. NFC. new 2540c741d5a [NFC] Convert OptimizationRemarkEmitter old emit() calls to [...]
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: .../CodeGen/MachineOptimizationRemarkEmitter.h | 15 ++ lib/Analysis/InlineCost.cpp | 23 +-- lib/Analysis/ValueTracking.cpp | 16 +- lib/CodeGen/MachineOutliner.cpp | 47 +++--- lib/CodeGen/PrologEpilogInserter.cpp | 11 +- lib/CodeGen/RegAllocGreedy.cpp | 25 +-- lib/CodeGen/StackProtector.cpp | 44 +++-- lib/Transforms/IPO/Inliner.cpp | 84 +++++---- lib/Transforms/IPO/PartialInlining.cpp | 59 ++++--- lib/Transforms/IPO/SampleProfile.cpp | 31 ++-- .../Instrumentation/IndirectCallPromotion.cpp | 40 +++-- .../Instrumentation/PGOInstrumentation.cpp | 6 +- lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 8 +- lib/Transforms/Scalar/GVN.cpp | 16 +- lib/Transforms/Scalar/LICM.cpp | 40 +++-- lib/Transforms/Scalar/LoopDataPrefetch.cpp | 6 +- lib/Transforms/Scalar/LoopDistribute.cpp | 20 ++- lib/Transforms/Scalar/LoopInterchange.cpp | 188 +++++++++++---------- lib/Transforms/Scalar/LoopUnrollPass.cpp | 64 ++++--- lib/Transforms/Scalar/TailRecursionElimination.cpp | 18 +- lib/Transforms/Utils/LoopUnroll.cpp | 22 ++- lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 117 +++++++------ 23 files changed, 533 insertions(+), 373 deletions(-)