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-allyesconfig in repository toolchain/ci/llvm-project.
from 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 [...] adds 2d2cb77e45d [ADT] Implement llvm::bsearch() with std::partition_point() adds 78ee2fbf984 Cleanup: llvm::bsearch -> llvm::partition_point after r364719 adds 706b48251f6 [InstCombine] canonicalize fcmp+select to minnum/maxnum intrinsics
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/index/Symbol.cpp | 4 +- clang-tools-extra/clangd/index/dex/PostingList.cpp | 8 ++-- clang/lib/Tooling/Syntax/Tokens.cpp | 8 ++-- lld/ELF/DWARF.cpp | 2 +- lld/ELF/InputSection.cpp | 4 +- .../gdb_remote_client/TestRecognizeBreakpoint.py | 4 +- llvm/include/llvm/ADT/STLExtras.h | 44 +++--------------- llvm/include/llvm/CodeGen/SlotIndexes.h | 5 +- llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 +-- llvm/lib/Analysis/ProfileSummaryInfo.cpp | 4 +- llvm/lib/CodeGen/ExecutionDomainFix.cpp | 4 +- llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 9 ++-- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 5 +- llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 2 +- llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 4 +- llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 8 ++-- llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 4 +- llvm/lib/IR/DataLayout.cpp | 4 +- llvm/lib/IR/Function.cpp | 5 +- llvm/lib/ProfileData/InstrProf.cpp | 11 ++--- llvm/lib/Target/X86/X86ISelLowering.cpp | 40 +++++++++++----- llvm/lib/Target/X86/X86InstrFMA3Info.cpp | 4 +- llvm/lib/Target/X86/X86InstrSSE.td | 5 -- llvm/lib/TextAPI/MachO/InterfaceFile.cpp | 16 +++---- .../Transforms/InstCombine/InstCombineSelect.cpp | 13 ++++++ llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 46 +++++++++---------- llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 4 +- 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 +++++++-------- llvm/test/Transforms/InstCombine/minmax-fp.ll | 20 ++++---- llvm/tools/dsymutil/DwarfLinker.cpp | 4 +- llvm/tools/llvm-objdump/llvm-objdump.cpp | 35 +++++++------- llvm/unittests/ADT/STLExtrasTest.cpp | 21 ++------- 35 files changed, 225 insertions(+), 268 deletions(-)