This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/llvm-project.
from f240e528cea2 [llvm] Use range-based for loops (NFC) adds 8d474f1d1575 [mlir] Handle an edge case when folding reshapes with mult [...] adds 34d02fada287 [LLDB][NativePDB] fix find-functions.cpp failure on windows bots adds 23dc88622630 [NFC][AIX]Disable unsupported hip test on AIX adds a8278a747ddf [libc++] Fix incorrect REQUIRES on a locale-dependent test adds 6c27d389c8a0 OpenMP: Start calling setTargetAttributes for generated kernels adds fe270ab061fa [LLDB][NativePDB] fix find-functions.cpp failure on window [...] adds df0560ca0018 [HIP] Add atomic load, atomic store and atomic cmpxchng_we [...] adds 3c32c568844c [NFC][clang]Increase the number of driver diagnostics adds 5c6b9e1622b1 [InstCombine] (~(a | b) & c) | ~(c | (a ^ b)) -> ~((a | b) [...] adds 142044a0b52f [InstCombine] add tests for or with mul operand; NFC adds eee035235ebd [LICM] Regenerate test checks (NFC) adds 52668355f481 [mlir][sparse] some leftover cleanup from migration to buf [...] adds 25eb7fa01d7e Revert "OpenMP: Start calling setTargetAttributes for gene [...] adds 32815bc907c4 [DebugInfo][InstrRef][NFC] Test changes: DBG_VALUE to DBG_ [...] adds 4f215bfa6ee5 Update unit test API usage (NFC) adds 935abeaace12 OpenMP: Correctly query location for amdgpu-arch adds 410d276400a9 [DAG] Add tests for fpsti.sat for various architectures. NFC adds 9cf31b8d39d6 [DebugInfo][InstrRef] Preserve properties of restored variables adds 99f8b795cc03 [InstCombine] try to fold 'or' into 'mul' operand adds 1ce51a5f355f [ELF] --cref: If -Map is specified, print to the map file adds 829b62adf5db [unroll] Split full exact and full bound unroll costing [NFC] adds a20987adf4f8 [DebugInfo][InstrRef] Add indirection from dbg.declare in [...] adds a655e0f991ba [unroll] Reduce scope of UnrollFactor variable in computeU [...] adds f50207c015df [unroll] Use early return in shouldPartialUnroll [nfc] adds fc9dae420c0c [DebugInfo][InstrRef][NFC] "Final" x86 test cleanup adds 8906a0fe64ab [SCEVExpander] Drop poison generating flags when reusing i [...] adds 45ecfed6c636 [CVP] Remove ashr of -1 or 0 adds 0eee844539e4 [DebugInfo][InstrRef] Terminate overlapping variable fragments adds c7aa358798e6 [clang-tidy] Fix pr48613: "llvm-header-guard uses a reserv [...] adds 3ab150f6e44b [openmp][devicertl] Add a missing loader_uninitialized attribute adds 6f99e1aa58e3 [lldb][NFC] Format lldb/include/lldb/Symbol/Type.h adds e8b8304d76cc [NFC][Regalloc] Split canEvictInterference into hint and general adds e63c799a767b [Demangle] Add support for D simple single qualified names adds 6e08abdc256b [Demangle] Add support for multiple identifiers in D quali [...] adds b779f02a1cb7 [Demangle] Add support for D anonymous symbols adds 53dfa5254683 Tests for D112754 adds 87ba99c263af X86: Fold masked-merge when and-not is not available adds 7d4da4e1ab7f [mlir][sparse] generalize sparse tensor output implementation adds bd4c6a476fd0 Add missing header
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp | 11 +- clang-tools-extra/clang-tidy/utils/HeaderGuard.h | 3 + .../unittests/clang-tidy/LLVMModuleTest.cpp | 10 + clang/include/clang/AST/Expr.h | 8 +- clang/include/clang/Basic/Builtins.def | 5 +- clang/include/clang/Basic/DiagnosticIDs.h | 2 +- clang/lib/AST/Expr.cpp | 3 + clang/lib/AST/StmtPrinter.cpp | 3 +- clang/lib/CodeGen/CGAtomic.cpp | 14 + clang/lib/Sema/SemaChecking.cpp | 14 +- clang/test/CodeGenCUDA/atomic-ops.cu | 106 +- clang/test/Driver/hip-version.hip | 1 + clang/test/SemaCUDA/atomic-ops.cu | 86 + .../locale_dependent.compile.pass.cpp | 3 +- lld/ELF/MapFile.cpp | 53 +- lld/ELF/MapFile.h | 3 +- lld/ELF/Options.td | 3 +- lld/ELF/Writer.cpp | 3 +- lld/docs/ReleaseNotes.rst | 2 + lld/docs/ld.lld.1 | 4 +- lld/test/ELF/cref.s | 17 +- lldb/include/lldb/Symbol/Type.h | 48 +- lldb/source/Symbol/Type.cpp | 6 +- .../Shell/SymbolFile/NativePDB/find-functions.cpp | 10 +- .../Platform/PlatformAppleSimulatorTest.cpp | 5 +- .../CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | 12 +- .../CodeGen/LiveDebugValues/InstrRefBasedImpl.h | 52 +- llvm/lib/CodeGen/RegAllocGreedy.cpp | 37 +- llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 9 +- llvm/lib/Demangle/DLangDemangle.cpp | 253 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 58 + .../Transforms/InstCombine/InstCombineAndOrXor.cpp | 34 +- .../Scalar/CorrelatedValuePropagation.cpp | 17 +- llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp | 151 +- .../Transforms/Utils/ScalarEvolutionExpander.cpp | 68 +- llvm/test/CodeGen/AArch64/fpclamptosat.ll | 1301 +++++ llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll | 1997 ++++++++ llvm/test/CodeGen/ARM/fpclamptosat_vec.ll | 5088 ++++++++++++++++++++ llvm/test/CodeGen/MIR/X86/diexpr-win32.mir | 2 +- llvm/test/CodeGen/PowerPC/common-chain.ll | 46 +- llvm/test/CodeGen/RISCV/fpclamptosat.ll | 4384 +++++++++++++++++ llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll | 4272 ++++++++++++++++ llvm/test/CodeGen/WebAssembly/fpclamptosat.ll | 2046 ++++++++ llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll | 3552 ++++++++++++++ llvm/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll | 9 +- .../X86/fast-regalloc-live-out-debug-values.mir | 2 +- llvm/test/CodeGen/X86/fold-masked-merge.ll | 293 ++ llvm/test/CodeGen/X86/fpclamptosat.ll | 1335 +++++ llvm/test/CodeGen/X86/fpclamptosat_vec.ll | 3473 +++++++++++++ llvm/test/CodeGen/X86/or-lea.ll | 64 +- .../X86/unfold-masked-merge-scalar-variablemask.ll | 54 +- .../X86/unfold-masked-merge-vector-variablemask.ll | 2985 ++++++------ llvm/test/DebugInfo/COFF/fpo-shrink-wrap.ll | 6 +- llvm/test/DebugInfo/COFF/fpo-stack-protect.ll | 4 +- llvm/test/DebugInfo/COFF/types-array-advanced.ll | 4 +- .../InstrRef/restore-clobber-with-indirectness.mir | 80 + .../MIR/X86/entry-value-of-modified-param.mir | 4 +- .../MIR/X86/kill-entry-value-after-diamond-bbs.mir | 2 +- .../MIR/X86/live-debug-values-fragments.mir | 16 +- .../MIR/X86/live-debug-values-restore.mir | 2 +- llvm/test/DebugInfo/X86/dbg-addr-dse.ll | 2 +- llvm/test/DebugInfo/X86/instr-ref-dbg-declare.ll | 112 + llvm/test/DebugInfo/X86/pr34545.ll | 35 +- llvm/test/DebugInfo/X86/pr40427.ll | 29 +- llvm/test/DebugInfo/X86/sdag-dangling-dbgvalue.ll | 45 +- llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-1.ll | 31 +- llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-2.ll | 57 +- llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-3.ll | 43 +- llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-4.ll | 33 +- llvm/test/DebugInfo/X86/sdag-dbgvalue-ssareg.ll | 12 +- llvm/test/DebugInfo/X86/sdag-ir-salvage.ll | 14 +- llvm/test/DebugInfo/X86/sdag-salvage-add.ll | 29 +- llvm/test/DebugInfo/X86/sdag-split-arg.ll | 2 +- llvm/test/DebugInfo/X86/sdag-transfer-dbgvalue.ll | 13 +- llvm/test/DebugInfo/X86/sdagsplit-1.ll | 6 +- .../Transforms/CorrelatedValuePropagation/ashr.ll | 37 + .../IRCE/non-loop-invariant-rhs-instr.ll | 2 +- .../Transforms/IndVarSimplify/ashr-expansion.ll | 16 +- .../IndVarSimplify/lftr-address-space-pointers.ll | 4 +- llvm/test/Transforms/IndVarSimplify/lftr-reuse.ll | 9 +- llvm/test/Transforms/IndVarSimplify/pr24783.ll | 2 +- .../promote-iv-to-eliminate-casts.ll | 2 +- llvm/test/Transforms/InstCombine/and-xor-or.ll | 77 +- llvm/test/Transforms/InstCombine/or.ll | 90 + .../Transforms/LICM/scalar-promote-memmodel.ll | 25 +- llvm/test/Transforms/LICM/scalar-promote.ll | 412 +- llvm/test/Transforms/LoopPredication/basic.ll | 2 +- .../LoopUnroll/runtime-loop-multiple-exits.ll | 43 +- .../loop-rotation-vs-common-code-hoisting.ll | 44 +- llvm/test/tools/llvm-locstats/locstats.ll | 6 +- llvm/unittests/CodeGen/InstrRefLDVTest.cpp | 11 +- llvm/unittests/Demangle/DLangDemangleTest.cpp | 16 +- .../Dialect/SparseTensor/IR/SparseTensorOps.td | 25 +- .../mlir/Dialect/SparseTensor/Utils/Merger.h | 9 +- .../SparseTensor/Transforms/Sparsification.cpp | 61 +- mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | 10 +- mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp | 2 + mlir/test/Dialect/Linalg/canonicalize.mlir | 14 + mlir/test/Dialect/SparseTensor/sparse_out.mlir | 162 + .../SparseTensor/CPU/sparse_out_reduction.mlir | 99 + .../SparseTensor/CPU/sparse_vector_ops.mlir | 2 +- openmp/libomptarget/DeviceRTL/src/Debug.cpp | 1 + openmp/libomptarget/plugins/amdgpu/CMakeLists.txt | 23 +- 103 files changed, 31393 insertions(+), 2411 deletions(-) create mode 100644 clang/test/SemaCUDA/atomic-ops.cu create mode 100644 llvm/test/CodeGen/AArch64/fpclamptosat.ll create mode 100644 llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll create mode 100644 llvm/test/CodeGen/ARM/fpclamptosat_vec.ll create mode 100644 llvm/test/CodeGen/RISCV/fpclamptosat.ll create mode 100644 llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll create mode 100644 llvm/test/CodeGen/WebAssembly/fpclamptosat.ll create mode 100644 llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll create mode 100644 llvm/test/CodeGen/X86/fold-masked-merge.ll create mode 100644 llvm/test/CodeGen/X86/fpclamptosat.ll create mode 100644 llvm/test/CodeGen/X86/fpclamptosat_vec.ll create mode 100644 llvm/test/DebugInfo/MIR/InstrRef/restore-clobber-with-indirectness.mir create mode 100644 llvm/test/DebugInfo/X86/instr-ref-dbg-declare.ll create mode 100644 mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_reduc [...]