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 bf2a78fd4ae [SLP]Add a test for correct use of the reordered loads, NFC. adds c182a000954 [Analysis] fix typo in code comment; NFC adds c74e8539ff3 [Analysis] flatten enums for recurrence types adds ec9f2c3be07 test/OpenMP/parallel_codegen.cpp: Allow multiple result attributes adds f43daf1b62a [SSAUpdater] Remove unused code InstrIsPHI (NFC) adds bea8d021a32 [llvm] Use *Map::lookup (NFC) adds 9a90c4ea8a0 [llvm] Use isa instead of dyn_cast (NFC) adds e08fea3b240 [SimplifyCFGPass] Ensure that DominatorTreeWrapperPass is i [...] adds f1ce6960561 [SimplifyCFG] Teach tryWidenCondBranchToCondBranch() to pre [...] adds 657c1e09da9 [SimplifyCFG] Teach eliminateDeadSwitchCases() to preserve [...] adds db753269d91 [IR] PassManagerTest: Register DominatorTreeAnalysis before [...] adds 5fe0798dee6 [Utils] LocalTest: fix SimplifyCFGWithNullAC test to work w [...] adds c38739ad8f1 [NFC] clang-format the entire DwarfEHPrepare.cpp adds e6b1a27fb9c [NFC][CodeGen] Split DwarfEHPrepare pass into an actual tra [...] adds b23b1bcc26e [NFC][CodeGen][Tests] Mark all tests that fail to preserve [...] adds 2461cdb4172 [CodeGen][SimplifyCFG] Teach DwarfEHPrepare to preserve DomTree adds b4429f3cdd1 [SimplifyCFG] Teach removeUndefIntroducingPredecessor to pr [...] adds 4b806473679 [AMDGPU][SimplifyCFG] Teach AMDGPUUnifyDivergentExitNodes t [...] adds 20670ba4406 [compiler-rt][test] Suppress stderr of ldd output adds 34489da81b3 [sanitizer] Enable mallopt and mallinfo interceptors on And [...] adds e4337159e3d [NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser. adds 3bcca6b12d4 [MLIR] Fix affine_map compose with multi-symbols adds 471dec3801b [CodeGen][NFC] Fix a build warning due to an extra semicolon adds fc3f53fcda1 [gn build] (manually) port 5e31e226b5: Use Py3 for the build adds 568824798f6 fix typo to cycle bots adds c8dedfe269b fix typos to cycle bots adds b4c5e19da74 Temporarily disable to clang-tidy tests on Windows adds f4ea21947d9 [NFCI][CodeGen] DwarfEHPrepare: don't actually pass DTU int [...] adds b9da488ad72 [SimplifyCFG] Don't actually take DomTreeUpdater unless we [...] adds d8af3100635 [LV] Add missed optimization fold-tail test new c50f9b2351e [LV] Clean up trailing whitespace (NFC). new f7f42e64dfa [TableGen] Use llvm::append_range (NFC) new 171c5fd43ec [llvm] Use llvm::erase_value and llvm::erase_if (NFC) new 530c5af6a48 [Transforms] Construct SmallVector with iterator ranges (NFC) new d9ba8142c9a [lldb/test] Deduplicate the rest of TestLldbGdbServer.py new 54a1c861ca7 [lldb] Deduplicate more lldb-server tests
The 6 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: .../cppcoreguidelines-macro-usage-custom.cpp | 3 + ...eadability-identifier-naming-ignored-regexp.cpp | 3 + clang/test/OpenMP/parallel_codegen.cpp | 2 +- .../sanitizer_platform_interceptors.h | 2 +- compiler-rt/test/lit.common.cfg.py | 1 + lld/MachO/UnwindInfoSection.cpp | 2 +- .../API/tools/lldb-server/TestGdbRemote_vCont.py | 88 +------- .../lldb-server/TestGdbRemote_vContThreads.py | 59 +----- .../API/tools/lldb-server/TestLldbGdbServer.py | 186 +++------------- .../lldb-server/commandline/TestStubSetSID.py | 48 +---- .../inferior-crash/TestGdbRemoteAbort.py | 23 +- .../inferior-crash/TestGdbRemoteSegFault.py | 16 +- llvm/include/llvm/Analysis/IVDescriptors.h | 113 +++++----- llvm/include/llvm/InitializePasses.h | 2 +- llvm/include/llvm/ProfileData/SampleProf.h | 5 +- llvm/include/llvm/Transforms/Utils/LoopUtils.h | 27 ++- llvm/lib/Analysis/IVDescriptors.cpp | 234 +++++++++++---------- llvm/lib/CodeGen/CodeGen.cpp | 2 +- llvm/lib/CodeGen/DwarfEHPrepare.cpp | 230 ++++++++++++-------- llvm/lib/CodeGen/ExpandReductions.cpp | 26 +-- llvm/lib/CodeGen/WinEHPrepare.cpp | 8 +- .../CodeView/LazyRandomTypeCollection.cpp | 2 +- .../lib/DebugInfo/CodeView/RecordSerialization.cpp | 2 +- llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 2 +- llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 2 +- llvm/lib/Support/CommandLine.cpp | 6 +- .../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 54 ++++- .../Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 2 +- llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 66 ++++++ .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 100 --------- llvm/lib/Transforms/Coroutines/CoroFrame.cpp | 4 +- llvm/lib/Transforms/IPO/GlobalOpt.cpp | 2 +- .../InstCombine/InstructionCombining.cpp | 6 +- llvm/lib/Transforms/Scalar/LoopFuse.cpp | 6 +- llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 3 +- llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 1 + llvm/lib/Transforms/Utils/InlineFunction.cpp | 3 +- llvm/lib/Transforms/Utils/LoopUtils.cpp | 84 ++++---- llvm/lib/Transforms/Utils/SSAUpdater.cpp | 6 - llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 38 +++- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 55 ++--- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 224 ++++++++++---------- llvm/test/CodeGen/AArch64/pic-eh-stubs.ll | 4 +- .../AMDGPU/atomic_optimizations_pixelshader.ll | 10 +- llvm/test/CodeGen/AMDGPU/branch-condition-and.ll | 4 +- llvm/test/CodeGen/AMDGPU/branch-relaxation.ll | 4 +- llvm/test/CodeGen/AMDGPU/infinite-loop.ll | 4 +- llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll | 3 +- llvm/test/CodeGen/AMDGPU/mixed-wave32-wave64.ll | 2 +- .../CodeGen/AMDGPU/multi-divergent-exit-region.ll | 4 +- llvm/test/CodeGen/AMDGPU/ret_jump.ll | 4 +- llvm/test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll | 4 +- .../si-lower-control-flow-unreachable-block.ll | 2 +- llvm/test/CodeGen/AMDGPU/skip-if-dead.ll | 2 +- llvm/test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 2 +- .../AMDGPU/unstructured-cfg-def-use-issue.ll | 4 +- llvm/test/CodeGen/AMDGPU/update-phi.ll | 2 +- llvm/test/CodeGen/AMDGPU/valu-i1.ll | 2 +- llvm/test/CodeGen/AMDGPU/wave32.ll | 10 +- .../ARM/2011-05-04-MultipleLandingPadSuccs.ll | 3 +- llvm/test/CodeGen/ARM/2014-05-14-DwarfEHCrash.ll | 2 +- llvm/test/CodeGen/ARM/arm-ttype-target2.ll | 2 +- llvm/test/CodeGen/ARM/dwarf-eh.ll | 4 +- llvm/test/CodeGen/ARM/ehabi-filters.ll | 2 +- llvm/test/CodeGen/ARM/global-merge.ll | 2 +- llvm/test/CodeGen/ARM/setjmp_longjmp.ll | 6 +- llvm/test/CodeGen/Hexagon/cfi_offset.ll | 2 +- llvm/test/CodeGen/Hexagon/ehabi.ll | 2 +- .../misaligned_double_vector_store_not_fast.ll | 2 +- llvm/test/CodeGen/Hexagon/packetize-allocframe.ll | 2 +- llvm/test/CodeGen/Hexagon/swp-epilog-phi10.ll | 2 +- llvm/test/CodeGen/Hexagon/swp-order-deps3.ll | 2 +- llvm/test/CodeGen/Hexagon/swp-reuse-phi-4.ll | 2 +- .../CodeGen/PowerPC/2007-11-16-landingpad-split.ll | 2 +- llvm/test/CodeGen/PowerPC/aix-exception.ll | 4 +- llvm/test/CodeGen/SPARC/exception.ll | 8 +- .../test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll | 2 +- llvm/test/CodeGen/X86/2007-05-05-Personality.ll | 8 +- llvm/test/CodeGen/X86/2010-08-04-MingWCrash.ll | 2 +- .../CodeGen/X86/2012-01-10-UndefExceptionEdge.ll | 3 +- llvm/test/CodeGen/X86/basic-block-sections-eh.ll | 2 +- llvm/test/CodeGen/X86/code-model-kernel.ll | 2 +- llvm/test/CodeGen/X86/dwarf-eh-prepare.ll | 2 +- llvm/test/CodeGen/X86/gcc_except_table-multi.ll | 10 +- .../CodeGen/X86/indirect-branch-tracking-eh2.ll | 4 +- llvm/test/MC/RISCV/rvv/compare.s | 21 +- .../dont-fold-tail-for-assumed-divisible-TC.ll | 99 +++++++++ .../Transforms/SimplifyCFG/switch-dead-default.ll | 3 +- llvm/test/Transforms/SimplifyCFG/wc-widen-block.ll | 2 +- llvm/tools/llvm-nm/llvm-nm.cpp | 5 +- llvm/tools/llvm-objcopy/COFF/Object.cpp | 10 +- .../yaml-numeric-parser-fuzzer.cpp | 2 +- .../llvm-yaml-parser-fuzzer/yaml-parser-fuzzer.cpp | 2 +- llvm/tools/opt/opt.cpp | 2 +- llvm/unittests/IR/PassManagerTest.cpp | 4 + llvm/unittests/Transforms/Utils/LocalTest.cpp | 6 +- llvm/utils/TableGen/CodeGenDAGPatterns.cpp | 2 +- llvm/utils/TableGen/CodeGenRegisters.cpp | 3 +- llvm/utils/TableGen/CodeGenSchedule.cpp | 8 +- llvm/utils/TableGen/CodeGenTarget.cpp | 10 +- llvm/utils/TableGen/FixedLenDecoderEmitter.cpp | 9 +- llvm/utils/TableGen/GlobalISel/GIMatchTree.h | 5 +- llvm/utils/TableGen/RegisterInfoEmitter.cpp | 2 +- llvm/utils/TableGen/SubtargetEmitter.cpp | 10 +- .../TableGen/WebAssemblyDisassemblerEmitter.cpp | 3 +- llvm/utils/gn/.gn | 3 + mlir/lib/IR/AffineMap.cpp | 2 +- mlir/test/Dialect/Affine/canonicalize.mlir | 12 ++ 108 files changed, 1018 insertions(+), 1106 deletions(-) create mode 100644 llvm/test/Transforms/LoopVectorize/dont-fold-tail-for-assumed-d [...]