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-master-arm-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 644e7476817 [ValueTracking] Let getGuaranteedNonFullPoisonOp consider a [...] adds b12a7c88f74 Fix MLIR build by adding missing header after cleanup in af450eab adds 9569a1472ee [PowerPC] Move .got2/.toc logic from PPCLinuxAsmPrinter::do [...] adds 2f4f8fcf64c [X86] Don't add DELETED_NODES to DAG combine worklist after [...] adds 4c0a133a412 [Coroutines][new pass manager] Move CoroElide pass to right [...] adds 44d83671c59 Revert "[Coroutines][new pass manager] Move CoroElide pass [...] adds 624dbfcc1b8 [Coroutines][New pass manager] Move CoroElide pass to right [...] adds 619d7dc39a1 [DAGCombiner] recognize shuffle (shuffle X, Mask0), Mask -- [...] adds 1adbe86d87b [WinEH] Fix inttoptr+phi optimization in presence of catchswitch adds 1079c68aa0f Attempt to fix ZLIB CMake logic on Windows adds 21390eab4c0 [ADT][NFC] SCCIterator: Change hasLoop() to hasCycle() adds 6fa0b6dd524 Fix [ADT][NFC] SCCIterator: Change hasLoop() to hasCycle() adds 66128c48400 [JITLink] Update DEBUG_TYPE string for llvm-jitlink. adds 211fb91f106 [DAGCombiner] Don't emit select_cc from visitSINT_TO_FP/vis [...]
No new revisions were added by this update.
Summary of changes: .../clang-tidy/misc/NoRecursionCheck.cpp | 2 +- .../test/CodeGenCoroutines/coro-newpm-pipeline.cpp | 4 +- llvm/include/llvm/ADT/SCCIterator.h | 8 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 116 ++++++++++++++------- llvm/lib/IR/ModuleSummaryIndex.cpp | 2 +- llvm/lib/Passes/PassBuilder.cpp | 7 +- llvm/lib/Support/CMakeLists.txt | 6 +- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 25 ++--- llvm/lib/Target/X86/X86ISelLowering.cpp | 18 ++-- llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | 18 +++- llvm/test/CodeGen/AArch64/arm64-dup.ll | 2 - llvm/test/CodeGen/PowerPC/mcm-2.ll | 9 +- llvm/test/CodeGen/PowerPC/mcm-3.ll | 16 +-- llvm/test/CodeGen/PowerPC/mcm-6.ll | 8 +- llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll | 5 +- llvm/test/CodeGen/X86/cmovcmov.ll | 22 ++-- llvm/test/CodeGen/X86/pr44749.ll | 36 +++---- llvm/test/CodeGen/X86/pr45067.ll | 23 ++++ llvm/test/CodeGen/X86/vector-reduce-mul.ll | 8 +- llvm/test/CodeGen/X86/x86-interleaved-access.ll | 102 ++++++++---------- .../ThinLTO/X86/module_summary_graph_traits.ll | 4 +- llvm/test/Transforms/Coroutines/ex2.ll | 6 ++ llvm/test/Transforms/Coroutines/ex3.ll | 17 ++- llvm/test/Transforms/InstCombine/intptr8.ll | 77 ++++++++++++++ llvm/tools/llvm-jitlink/llvm-jitlink.cpp | 2 +- llvm/tools/opt/PrintSCC.cpp | 4 +- mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp | 1 + mlir/lib/Parser/Lexer.cpp | 2 + mlir/lib/Parser/Parser.cpp | 1 + mlir/lib/TableGen/Operator.cpp | 1 + mlir/lib/TableGen/Pattern.cpp | 1 + 31 files changed, 350 insertions(+), 203 deletions(-) create mode 100644 llvm/test/CodeGen/X86/pr45067.ll create mode 100644 llvm/test/Transforms/InstCombine/intptr8.ll