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-aarch64-mainline-allmodconfig in repository toolchain/ci/llvm-monorepo.
from 25da704415c Reapply "[BDCE][DemandedBits] Detect dead uses of undead in [...] adds 90f2a2f2462 [BDCE] Remove -instsimplify from BDCE test; NFC adds 8f1646aeced [BDCE] Regenerate test checks; NFC adds 5ed528c67e3 clang-format-diff: add an example with hg adds 86d32d21205 Fix some typos in the clang doc. Fixed with: $ codespell -w [...] adds 5a2c4b46a93 [x86] move/rename helper for horizontal op codegen; NFC adds dbbfcbb7a03 [X86] Add test cases to show where LowerSELECT doesn't sele [...] adds c9b841c6a5d [X86] Remove KNL specific check prefix from xaluo.ll test. NFC adds ddad22c0573 [LLVM-C] Add Accessors for Discarding Value Names in the IR adds 99cd11ca652 [LLVM-C] bool -> LLVMBool adds c968c776d3e [X86] Factor the core code out of LowerXALUO into a helper [...] adds 5925b699dd6 [InstCombine] canonicalize raw IR rotate patterns to funnel shift adds d413ec5a665 [CMake][Fuchsia] Include check-lld in the list of bootstrap [...] adds 3cc21b135c2 [X86] Remove KNL specific check prefix from xmulo.ll test. NFC adds f4f434acc40 [X86] Add i8/i16 smulo/umulo test cases where the overflow [...] adds 3ffa13235b9 [X86] Allow LowerSELECT and LowerBRCOND to directly lower i [...] adds ef73e3b441e [X86] Remove the separate SMUL8/UMUL8 X86ISD opcodes by mer [...] adds 8069d20ff66 Revert rL350035 "[llvm-exegesis] Clustering: don't enqueue [...] adds ab1d92a9e05 [AMDGPU] Handle OR as operand of raw load/store
No new revisions were added by this update.
Summary of changes: clang/cmake/caches/Fuchsia.cmake | 3 + clang/docs/ClangCommandLineReference.rst | 2 +- clang/docs/ClangFormat.rst | 6 + clang/docs/ClangFormatStyleOptions.rst | 2 +- clang/docs/LanguageExtensions.rst | 2 +- clang/docs/Toolchain.rst | 6 +- llvm/include/llvm-c/Core.h | 17 + llvm/lib/IR/Core.cpp | 8 + llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 10 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 42 ++- llvm/lib/Target/X86/X86ISelLowering.cpp | 269 ++++++-------- llvm/lib/Target/X86/X86ISelLowering.h | 8 +- .../Transforms/InstCombine/InstCombineSelect.cpp | 21 +- .../CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.ll | 54 ++- .../CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.store.ll | 42 ++- llvm/test/CodeGen/X86/xaluo.ll | 383 +++----------------- llvm/test/CodeGen/X86/xmulo.ll | 389 ++++++++++----------- .../test/Transforms/BDCE/invalidate-assumptions.ll | 23 +- llvm/test/Transforms/BDCE/vectors.ll | 75 +--- llvm/test/Transforms/InstCombine/rotate.ll | 28 +- llvm/test/Transforms/PhaseOrdering/rotate.ll | 10 +- llvm/tools/llvm-exegesis/lib/Clustering.cpp | 68 ++-- 22 files changed, 584 insertions(+), 884 deletions(-)