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-next-allmodconfig in repository toolchain/ci/llvm-project.
from 3774bcf9f84 [COFF] Fix var names cVStrTab->cvStrTab sXDataChunks->sxDataChunks adds 77346daaa54 [StringSet] Simplify code a bit. NFC. adds 8f2cc889b05 [libcxx] [NFC] Add more reinterpret_pointer_cast tests. adds 6a3469f58d0 [ObjC] Add compatibility mode for type checking of qualifie [...] adds 44ecaabc072 [BitcodeReader] datalayout must be specified before it is queried. adds 920ff806d4e [SVE] Remove usages of VectorType::getNumElements() from SystemZ adds 2b920ae78c1 [lld] Add archive file support to Mach-O backend adds 4532a50899b Infer alignment of unmarked loads in IR/bitcode parsing. adds 2d6f4fec072 [lldb/Test] Skip test using files to synchronize. adds 5144e48c149 [lldb] Update stop info override callback comment. adds 2b7fe0863ac [WebAssembly] Added Debug Fixup pass adds accc6b55450 LoadInst should store Align, not MaybeAlign. adds bc5565f9ea7 [mlir][Affine] Introduce affine.vector_load and affine.vect [...] adds 3a11ca7bed0 [MLIR] Add symbol map to mlir ExecutionEngine adds 67bb16049af [llvm-profdata] Update CommandGuide adds 428d0b6f779 Fix clang test failures from D77454 adds 11d612ac99a [clang][Preprocessor] Replace the slow translateFile call b [...] adds 1cbd1b8f692 Revert "[lldb] Don't dissasemble large functions by default" adds b5d2bd74d75 [gn build] Port 2b7fe0863ac adds 184b3834574 Add v16f64 value type adds b085e51d818 [AArch64][SVE] Add some integer DestructiveBinaryComm* patterns adds 887dfeec53a [GlobalISel][InlineAsm] Add early return for memory inputs [...] adds 9d4cf5bd421 [AMDGPU] Make v16f64/v16i64 legal adds 0363ae97abb [OPENMP50]Codegen for uses_allocators clause. adds 05eedf1f5b4 [clang][VerifyDiagnosticConsumer] Support filename wildcards adds e9802aa4221 Revert "Run Coverage pass before other *San passes under ne [...] adds 7d16a22eb0c [AMDGPU] Peephole adjacent equivalent S_SET_GPR_IDX_ON adds f26823c9dcc [test/dsymutil] Suppress LeakSanitizer on ARM dsymutil tests adds 9fde516032d [lldb/Test] Replace assertTrue with more specific checks (NFC) adds 8a2e2a6a2bd [llvm] Fix refactoring bug introduced in D79042 adds 61f73f893c1 llvm/test: Check in suppressions file left out of f26823c9d adds e0c15542740 Revert "[GlobalISel][InlineAsm] Add early return for memory [...] adds 592303a53e6 [Fuchsia] Do not enable the Z3 solver for a fuchsia toolchain adds da52aa2c334 [LICM] When promoting loads to the preheader, drop the location. adds 5df55bc7a46 [FileCheck] Fix isalpha/isalnum calls adds bf02bcffcfd [lldb/Test] Modify more tests for API replay
No new revisions were added by this update.
Summary of changes: clang/cmake/caches/Fuchsia-stage2.cmake | 1 + clang/include/clang/Basic/LangOptions.def | 3 + clang/include/clang/Basic/SourceManager.h | 5 + clang/include/clang/Driver/CC1Options.td | 3 + .../clang/Frontend/VerifyDiagnosticConsumer.h | 18 +- clang/lib/AST/ASTContext.cpp | 16 +- clang/lib/Basic/SourceManager.cpp | 8 + clang/lib/CodeGen/BackendUtil.cpp | 29 +- clang/lib/CodeGen/CGCleanup.cpp | 7 +- clang/lib/CodeGen/CGOpenMPRuntime.cpp | 126 ++ clang/lib/CodeGen/CGOpenMPRuntime.h | 8 + clang/lib/Driver/ToolChains/Darwin.cpp | 4 + clang/lib/Frontend/CompilerInvocation.cpp | 3 + clang/lib/Frontend/VerifyDiagnosticConsumer.cpp | 91 +- clang/lib/Lex/PPDirectives.cpp | 3 +- clang/lib/Sema/SemaOpenMP.cpp | 79 +- clang/test/Driver/darwin-objc-options.m | 6 + clang/test/Frontend/verify-any-file.c | 14 + clang/test/Frontend/verify-any-file.h | 1 + ...t_parallel_for_simd_uses_allocators_codegen.cpp | 94 ++ ...target_parallel_for_uses_allocators_codegen.cpp | 94 ++ .../target_parallel_uses_allocators_codegen.cpp | 93 ++ .../OpenMP/target_simd_uses_allocators_codegen.cpp | 94 ++ ...e_parallel_for_simd_uses_allocators_codegen.cpp | 94 ++ ...ribute_parallel_for_uses_allocators_codegen.cpp | 94 ++ ...ams_distribute_simd_uses_allocators_codegen.cpp | 94 ++ ...et_teams_distribute_uses_allocators_codegen.cpp | 94 ++ .../target_teams_uses_allocators_codegen.cpp | 93 ++ .../test/OpenMP/target_uses_allocators_codegen.cpp | 93 ++ clang/test/SemaObjC/block-type-safety.m | 22 + clang/unittests/Basic/SourceManagerTest.cpp | 24 + .../reinterpret_pointer_cast.pass.cpp | 23 + lld/MachO/Driver.cpp | 11 + lld/MachO/InputFiles.cpp | 24 + lld/MachO/InputFiles.h | 15 + lld/MachO/SymbolTable.cpp | 15 + lld/MachO/SymbolTable.h | 3 + lld/MachO/Symbols.cpp | 2 + lld/MachO/Symbols.h | 16 + lld/test/MachO/archive.s | 35 + lld/test/MachO/invalid/archive-no-index.s | 17 + lld/test/MachO/invalid/bad-archive.s | 11 + lld/test/MachO/symbol-order.s | 46 + .../Python/lldbsuite/test/configuration.py | 11 +- lldb/source/Commands/CommandObjectDisassemble.cpp | 58 +- lldb/source/Commands/CommandObjectDisassemble.h | 9 +- lldb/source/Commands/Options.td | 4 +- lldb/source/Target/Thread.cpp | 2 +- .../attach/attach_denied/TestAttachDenied.py | 1 + lldb/test/API/commands/settings/TestSettings.py | 4 + .../API/commands/settings/quoting/TestQuoting.py | 1 + .../command/TestWatchpointCommandPython.py | 1 + .../TestBreakpointSetRestart.py | 1 + .../breakpoint/objc/TestObjCBreakpoints.py | 36 +- .../Commands/Inputs/command-disassemble.lldbinit | 10 +- .../Commands/command-disassemble-process.yaml | 11 +- lldb/test/Shell/Commands/command-disassemble.s | 72 +- llvm/docs/CommandGuide/llvm-profdata.rst | 39 + llvm/include/llvm/ADT/StringSet.h | 4 +- llvm/include/llvm/AsmParser/Parser.h | 78 +- llvm/include/llvm/Bitcode/BitcodeReader.h | 22 +- llvm/include/llvm/CodeGen/MIRParser/MIRParser.h | 6 +- llvm/include/llvm/CodeGen/ValueTypes.td | 109 +- llvm/include/llvm/IR/Instructions.h | 26 +- llvm/include/llvm/IR/Intrinsics.td | 1 + llvm/include/llvm/IRReader/IRReader.h | 28 +- llvm/include/llvm/Support/MachineValueType.h | 117 +- llvm/lib/Analysis/InlineAdvisor.cpp | 14 +- llvm/lib/AsmParser/LLParser.cpp | 20 +- llvm/lib/AsmParser/LLParser.h | 19 +- llvm/lib/AsmParser/Parser.cpp | 99 +- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 84 +- llvm/lib/CodeGen/MIRParser/MIRParser.cpp | 20 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- llvm/lib/CodeGen/ValueTypes.cpp | 1 + llvm/lib/IR/Core.cpp | 2 +- llvm/lib/IR/Instructions.cpp | 32 +- llvm/lib/IRReader/IRReader.cpp | 19 +- llvm/lib/Support/FileCheck.cpp | 6 +- llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | 10 +- llvm/lib/Target/AArch64/SVEInstrFormats.td | 19 +- llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 21 + llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 29 +- llvm/lib/Target/AMDGPU/SIInstructions.td | 19 +- llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp | 101 +- llvm/lib/Target/AMDGPU/SIRegisterInfo.td | 8 +- llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 2 +- .../Target/SystemZ/SystemZTargetTransformInfo.cpp | 25 +- llvm/lib/Target/WebAssembly/CMakeLists.txt | 1 + llvm/lib/Target/WebAssembly/WebAssembly.h | 2 + .../Target/WebAssembly/WebAssemblyDebugFixup.cpp | 139 +++ .../WebAssembly/WebAssemblyExplicitLocals.cpp | 14 - .../WebAssembly/WebAssemblyTargetMachine.cpp | 18 +- .../Transforms/InstCombine/InstCombineCalls.cpp | 7 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 5 +- llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | 9 +- .../Transforms/Scalar/AlignmentFromAssumptions.cpp | 11 +- llvm/lib/Transforms/Scalar/GVNHoist.cpp | 4 +- llvm/lib/Transforms/Scalar/LICM.cpp | 2 +- llvm/test/Analysis/BasicAA/featuretest.ll | 12 +- llvm/test/Analysis/CostModel/ARM/cast.ll | 44 +- .../MemoryDependenceAnalysis/InvariantLoad.ll | 4 +- llvm/test/Analysis/MemorySSA/invariant-groups.ll | 2 +- llvm/test/Analysis/MustExecute/loop-header.ll | 10 +- .../Analysis/ScalarEvolution/no-wrap-add-exprs.ll | 6 +- llvm/test/Analysis/TypeBasedAliasAnalysis/sink.ll | 2 +- .../Analysis/ValueTracking/deref-bitcast-of-gep.ll | 2 +- llvm/test/Bitcode/memInstructions.3.2.ll | 8 +- llvm/test/CodeGen/AArch64/falkor-hwpf.ll | 24 +- .../AArch64/sve-intrinsics-int-arith-merging.ll | 172 +++ .../CodeGen/AMDGPU/GlobalISel/extractelement.ll | 278 ++++- .../CodeGen/AMDGPU/GlobalISel/insertelement.ll | 1228 ++++++++++++++++++++ llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll | 103 +- llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll | 39 + llvm/test/CodeGen/AMDGPU/invalid-alloca.ll | 7 +- llvm/test/CodeGen/AMDGPU/set-gpr-idx-peephole.mir | 338 ++++++ llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll | 2 +- llvm/test/CodeGen/ARM/ParallelDSP/squaring.ll | 8 +- llvm/test/CodeGen/AVR/call.ll | 2 +- .../AVR/icall-func-pointer-correct-addr-space.ll | 4 +- llvm/test/CodeGen/AVR/rust-avr-bug-37.ll | 8 +- llvm/test/CodeGen/AVR/rust-avr-bug-95.ll | 12 +- llvm/test/CodeGen/WebAssembly/stackified-debug.ll | 92 ++ llvm/test/Feature/md_on_instruction.ll | 2 +- llvm/test/FileCheck/bad-char.txt | 42 + llvm/test/LTO/X86/strip-debug-info.ll | 6 +- .../Attributor/ArgumentPromotion/control-flow.ll | 2 +- .../CodeGenPrepare/X86/invariant.group.ll | 4 +- .../CorrelatedValuePropagation/non-null.ll | 6 +- .../CorrelatedValuePropagation/phi-common-val.ll | 8 +- .../Transforms/CorrelatedValuePropagation/range.ll | 10 +- llvm/test/Transforms/DCE/basic-preservation.ll | 2 +- .../DeadStoreElimination/MSSA/multiblock-simple.ll | 6 +- .../MSSA/simple-preservation.ll | 2 +- .../Transforms/DeadStoreElimination/MSSA/simple.ll | 2 +- .../test/Transforms/DeadStoreElimination/simple.ll | 4 +- llvm/test/Transforms/EarlyCSE/guards.ll | 20 +- llvm/test/Transforms/EarlyCSE/invariant-loads.ll | 46 +- llvm/test/Transforms/EarlyCSE/invariant.start.ll | 86 +- llvm/test/Transforms/GVN/PRE/invariant-load.ll | 2 +- llvm/test/Transforms/GVN/PRE/load-metadata.ll | 2 +- llvm/test/Transforms/GVN/PRE/phi-translate.ll | 2 +- llvm/test/Transforms/GVN/PRE/volatile.ll | 6 +- llvm/test/Transforms/GVN/invariant.group.ll | 16 +- llvm/test/Transforms/GVN/noalias.ll | 4 +- llvm/test/Transforms/GVN/range.ll | 16 +- llvm/test/Transforms/IRCE/pre_post_loops.ll | 2 +- .../Transforms/IRCE/range_intersect_miscompile.ll | 2 +- .../Transforms/IRCE/ranges_of_different_types.ll | 16 +- .../Transforms/IRCE/unsigned_comparisons_ugt.ll | 8 +- .../Transforms/IRCE/unsigned_comparisons_ult.ll | 14 +- .../InterleavedAccess/ARM/interleaved-accesses.ll | 6 +- .../Transforms/JumpThreading/combine-metadata.ll | 6 +- llvm/test/Transforms/JumpThreading/thread-loads.ll | 6 +- llvm/test/Transforms/LICM/guards.ll | 2 +- llvm/test/Transforms/LICM/hoist-deref-load.ll | 2 +- .../Transforms/LICM/hoisting-preheader-debugloc.ll | 174 +++ .../LoopIdiom/X86/unordered-atomic-memcpy.ll | 6 +- .../LoopUnroll/unroll-header-exiting-with-phis.ll | 14 +- .../LoopVectorize/float-minmax-instruction-flag.ll | 6 +- .../multiple-strides-vectorization.ll | 14 +- .../Transforms/MemCpyOpt/load-store-to-memcpy.ll | 8 +- llvm/test/Transforms/MergeFunc/ranges-multiple.ll | 4 +- llvm/test/Transforms/MergeFunc/ranges.ll | 4 +- llvm/test/Transforms/NewGVN/metadata-nonnull.ll | 10 +- llvm/test/Transforms/NewGVN/noalias.ll | 4 +- llvm/test/Transforms/NewGVN/pr33204.ll | 2 +- llvm/test/Transforms/NewGVN/pr33367.ll | 8 +- llvm/test/Transforms/NewGVN/range.ll | 16 +- llvm/test/Transforms/Reassociate/keep-debug-loc.ll | 2 +- .../RewriteStatepointsForGC/deref-pointers.ll | 4 +- llvm/test/Transforms/SCCP/conditions-ranges.ll | 2 +- .../SLPVectorizer/X86/schedule_budget.ll | 8 +- llvm/test/Transforms/SROA/basictest.ll | 6 +- .../test-add-sub-separation.ll | 4 +- .../Transforms/SimplifyCFG/hoist-with-range.ll | 2 +- llvm/test/Transforms/Util/assume-builder.ll | 48 +- llvm/test/Verifier/unsized-types-alloca.ll | 10 + llvm/test/Verifier/unsized-types-load.ll | 10 + llvm/test/Verifier/unsized-types-store.ll | 10 + llvm/test/Verifier/unsized-types.ll | 24 - llvm/test/tools/dsymutil/ARM/lit.local.cfg | 4 + .../tools/dsymutil/{X86 => ARM}/suppressions.txt | 0 llvm/tools/llc/llc.cpp | 139 ++- llvm/tools/llvm-as/llvm-as.cpp | 15 +- llvm/tools/opt/opt.cpp | 23 +- llvm/utils/TableGen/CodeGenTarget.cpp | 1 + .../secondary/llvm/lib/Target/WebAssembly/BUILD.gn | 1 + .../Conversion/AffineToStandard/AffineToStandard.h | 5 + mlir/include/mlir/Dialect/Affine/IR/AffineOps.td | 250 ++-- mlir/include/mlir/Dialect/Vector/VectorOps.td | 14 + .../include/mlir/ExecutionEngine/ExecutionEngine.h | 36 +- .../AffineToStandard/AffineToStandard.cpp | 60 +- mlir/lib/Dialect/Affine/IR/AffineOps.cpp | 197 +++- mlir/lib/Dialect/Vector/VectorOps.cpp | 26 + mlir/lib/ExecutionEngine/ExecutionEngine.cpp | 12 +- mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp | 4 +- .../AffineToStandard/lower-affine-to-vector.mlir | 117 ++ mlir/test/Dialect/Affine/invalid.mlir | 46 + mlir/test/Dialect/Affine/load-store.mlir | 62 + polly/test/ForwardOpTree/forward_hoisted.ll | 2 +- .../forward_into_region_redundant_use.ll | 6 +- polly/test/ForwardOpTree/forward_load.ll | 2 +- .../ForwardOpTree/forward_load_differentarray.ll | 6 +- .../ForwardOpTree/forward_load_double_write.ll | 2 +- polly/test/ForwardOpTree/forward_load_fromloop.ll | 4 +- polly/test/ForwardOpTree/forward_load_indirect.ll | 4 +- .../ForwardOpTree/forward_load_memset_before.ll | 4 +- polly/test/ForwardOpTree/forward_load_tripleuse.ll | 16 +- .../ForwardOpTree/forward_load_unrelatedunusual.ll | 2 +- polly/test/ForwardOpTree/forward_phi_load.ll | 2 +- polly/test/ScopInfo/granularity_scalar-indep.ll | 2 +- .../ScopInfo/granularity_scalar-indep_epilogue.ll | 2 +- .../granularity_scalar-indep_epilogue_last.ll | 4 +- .../granularity_scalar-indep_noepilogue.ll | 2 +- .../ScopInfo/granularity_scalar-indep_ordered-2.ll | 6 +- .../ScopInfo/granularity_scalar-indep_ordered.ll | 4 +- 217 files changed, 6042 insertions(+), 1248 deletions(-) create mode 100644 clang/test/Frontend/verify-any-file.c create mode 100644 clang/test/Frontend/verify-any-file.h create mode 100644 clang/test/OpenMP/target_parallel_for_simd_uses_allocators_codegen.cpp create mode 100644 clang/test/OpenMP/target_parallel_for_uses_allocators_codegen.cpp create mode 100644 clang/test/OpenMP/target_parallel_uses_allocators_codegen.cpp create mode 100644 clang/test/OpenMP/target_simd_uses_allocators_codegen.cpp create mode 100644 clang/test/OpenMP/target_teams_distribute_parallel_for_simd_use [...] create mode 100644 clang/test/OpenMP/target_teams_distribute_parallel_for_uses_all [...] create mode 100644 clang/test/OpenMP/target_teams_distribute_simd_uses_allocators_ [...] create mode 100644 clang/test/OpenMP/target_teams_distribute_uses_allocators_codegen.cpp create mode 100644 clang/test/OpenMP/target_teams_uses_allocators_codegen.cpp create mode 100644 clang/test/OpenMP/target_uses_allocators_codegen.cpp create mode 100644 lld/test/MachO/archive.s create mode 100644 lld/test/MachO/invalid/archive-no-index.s create mode 100644 lld/test/MachO/invalid/bad-archive.s create mode 100644 lld/test/MachO/symbol-order.s create mode 100644 llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp create mode 100644 llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.ll create mode 100644 llvm/test/CodeGen/AMDGPU/set-gpr-idx-peephole.mir create mode 100644 llvm/test/CodeGen/WebAssembly/stackified-debug.ll create mode 100644 llvm/test/FileCheck/bad-char.txt create mode 100644 llvm/test/Transforms/LICM/hoisting-preheader-debugloc.ll create mode 100644 llvm/test/Verifier/unsized-types-alloca.ll create mode 100644 llvm/test/Verifier/unsized-types-load.ll create mode 100644 llvm/test/Verifier/unsized-types-store.ll delete mode 100644 llvm/test/Verifier/unsized-types.ll copy llvm/test/tools/dsymutil/{X86 => ARM}/suppressions.txt (100%) create mode 100644 mlir/test/Conversion/AffineToStandard/lower-affine-to-vector.mlir