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-next-allnoconfig in repository toolchain/ci/llvm-project.
from 2d756c4feb6 [LFTR] Fix post-inc pointer IV with truncated exit count (PR41998) adds 9e9eb62f9fd [APInt] Fix getBitsNeeded for INT_MIN values adds fe107fcde4d [IR][Patternmatch] Add m_SpecificInt_ULT() predicate adds e3a94ba4a92 [InstCombine] Shift amount reassociation (PR42391) adds 61a8b62b4c9 [LFTR] Remove unnecessary latch check; NFCI adds 77dc1e85683 [InstCombine] canonicalize fmin/fmax to LLVM intrinsics min [...] adds 8023c844338 [LFTR] Rephrase getLoopTest into "based-on" check; NFCI adds 6293cd05045 Replace tabs with spaces. adds 4d0feb28ecb [SelectionDAG] Use the memory VT instead of result VT for F [...] adds 725a8a5dc43 [X86] Custom lower AVX masked loads to masked load and vsel [...] new 2d2cb77e45d [ADT] Implement llvm::bsearch() with std::partition_point()
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: clang-tools-extra/clangd/index/dex/PostingList.cpp | 8 +-- .../gdb_remote_client/TestRecognizeBreakpoint.py | 4 +- llvm/include/llvm/ADT/STLExtras.h | 39 ++------------ llvm/include/llvm/CodeGen/SlotIndexes.h | 5 +- llvm/include/llvm/IR/PatternMatch.h | 14 +++++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 5 +- llvm/lib/Support/APInt.cpp | 5 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 40 +++++++++++---- llvm/lib/Target/X86/X86InstrSSE.td | 5 -- .../Transforms/InstCombine/InstCombineShifts.cpp | 48 +++++++++++++++++ llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 57 ++++++++++---------- llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 38 +++++--------- .../InstCombine/double-float-shrink-1.ll | 11 ++-- llvm/test/Transforms/InstCombine/fast-math.ll | 53 ++++++++----------- .../Transforms/InstCombine/float-shrink-compare.ll | 37 ++++++------- .../InstCombine/shift-amount-reassociation.ll | 60 +++++----------------- llvm/unittests/ADT/APIntTest.cpp | 17 +++++- llvm/unittests/ADT/STLExtrasTest.cpp | 12 ----- llvm/unittests/IR/PatternMatch.cpp | 21 ++++++++ 19 files changed, 244 insertions(+), 235 deletions(-)