This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from aa97726f6040 [SCCP] Avoid modifying AdditionalUsers while iterating over it adds 33d312b2d731 Revert "[Coverage] Fix branch coverage merging in Function [...] adds 6912082cfd12 [ELF] Don't set versionId on undefined weak lazy symbols adds 0ef78361565a [IndVarSimplify] Add additional tests using isImpliedViaMerge. adds 4e46ff469405 [SCEV] By more careful when traversing phis in isImpliedViaMerge. adds 4eb7b15cb447 [Inliner] Fix noalias metadata handling for instructions s [...] adds 877a07bfb3b9 GlobalISel: Restrict narrow scalar for fptoui/fptosi results adds 6336c6eec1a1 AArch64/GlobalISel: Remove IR section from test adds de579bae6eab [LowerConstantIntrinsics] reuse isManifestLogic from Const [...]
No new revisions were added by this update.
Summary of changes: lld/ELF/SyntheticSections.cpp | 4 +- lld/test/ELF/version-script-weak.s | 13 +++ .../llvm/CodeGen/GlobalISel/LegalizerHelper.h | 1 + llvm/include/llvm/IR/Constant.h | 4 + llvm/lib/Analysis/ConstantFolding.cpp | 15 +-- llvm/lib/Analysis/ScalarEvolution.cpp | 4 + llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 44 +++++---- llvm/lib/IR/Constants.cpp | 12 +++ .../Transforms/Scalar/LowerConstantIntrinsics.cpp | 8 +- llvm/lib/Transforms/Utils/InlineFunction.cpp | 106 +++++++++------------ .../CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 57 +++++------ llvm/test/Transforms/IRCE/decrementing-loop.ll | 11 ++- .../Transforms/IndVarSimplify/eliminate-exit.ll | 56 +++++++++++ .../promote-iv-to-eliminate-casts.ll | 62 ++++++++++++ llvm/test/Transforms/Inline/pr50270.ll | 71 ++++++++++++++ .../LowerConstantIntrinsics/constant-intrinsics.ll | 8 ++ llvm/test/tools/llvm-cov/branch-templates.cpp | 16 +--- llvm/tools/llvm-cov/CoverageSummaryInfo.cpp | 6 +- llvm/tools/llvm-cov/CoverageSummaryInfo.h | 5 - 19 files changed, 354 insertions(+), 149 deletions(-) create mode 100644 llvm/test/Transforms/Inline/pr50270.ll