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-stable-allnoconfig in repository toolchain/ci/llvm-project.
from 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 [...] adds 2d2cb77e45d [ADT] Implement llvm::bsearch() with std::partition_point() new 78ee2fbf984 Cleanup: llvm::bsearch -> llvm::partition_point after r364719
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/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 +++--- llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 57 ++++++++++------------ 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/tools/dsymutil/DwarfLinker.cpp | 4 +- llvm/tools/llvm-objdump/llvm-objdump.cpp | 35 ++++++------- llvm/unittests/ADT/STLExtrasTest.cpp | 21 ++------ 33 files changed, 207 insertions(+), 264 deletions(-)