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-stable-defconfig in repository toolchain/ci/llvm-project.
from a1a197b54ec6 workflows: Fix tarball download for libclang-abi-tests adds 2db5d42193ab Remove extra test case added in 266c82f94da232d736f413c8d9 [...] adds f3e07c841e2f [NFC] Correctly assert the indents for printEnumValHelpStr. adds 24535af52ae1 [AArch64][GlobalISel] Fix incorrect codegen for <16 x s8> G_ASHR. adds 067c06dc8395 [SystemZ] Don't use libcall for 128 bit shifts. adds b89942c336a4 [Coverage] Fix branch coverage merging in FunctionCoverage [...] adds 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
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/lib/Analysis/ScalarEvolution.cpp | 4 + llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 44 +- llvm/lib/Support/CommandLine.cpp | 2 +- .../AArch64/GISel/AArch64InstructionSelector.cpp | 2 +- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 5 +- llvm/lib/Transforms/Scalar/SCCP.cpp | 7 +- llvm/lib/Transforms/Utils/InlineFunction.cpp | 106 ++- .../CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 57 +- .../AArch64/GlobalISel/select-vector-shift.mir | 4 +- llvm/test/CodeGen/SystemZ/shift-12.ll | 94 ++- 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 ++ llvm/test/Transforms/InstSimplify/select.ll | 12 - .../SCCP/pr49582-iterator-invalidation.ll | 854 +++++++++++++++++++++ 19 files changed, 1262 insertions(+), 147 deletions(-) create mode 100644 llvm/test/Transforms/Inline/pr50270.ll create mode 100644 llvm/test/Transforms/SCCP/pr49582-iterator-invalidation.ll