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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from 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 adds 85725a67c74 [Flang][OpenMP] Avoid abort when collapse clause value is negative adds dad2e92eaf5 Temporarily Revert "[Support] Make UniqueStringSaver wrap a [...] adds aedb6615a8d [MachineVerifier] Use the for_range loop to instead llvm::any_of adds 940d949435e Speculative fix for build breakage from D78403 adds f1b972041ad [mlir][Linalg] Start a LinalgToStandard pass and move conve [...] adds 0b3e478b10e [mlir][GPUToSPIRV] Use default ABI only when none of the ar [...] adds 767db5be67c [llvm][NFC] Cleanup uses of std::function in Inlining-related APIs adds 454de99a6fe Revert "[llvm][NFC] Cleanup uses of std::function in Inlini [...] adds ab699d78a26 [DebugInfo] llvm rejects DWARF operator DW_OP_push_object_address adds a2545c3499a [NFCI] Removed '%' from llc in test case in ab699d78a26f147b adds 4042ada1c1f [DebugInfo] support for DW_AT_data_location in llvm adds 8ce4a8f6dfb [CodeGen] Refactor CreateStackTemporary adds f83d66c249b Fixed bot failure after 4042ada1c1fe4a9cd5 adds 0e4827aa4e4 [ARM][MachineOutliner] Add Machine Outliner support for ARM. adds 7c89297cf7e Correct the argument list of command `breakpoint read` adds d6b937056d4 Fixed bot failure after ab699d78a26f147b adds 67d0e2160c4 [NFC][test] Add missing ':' after 'CHECK' adds 80173566f48 [PowerPC] Add an intrinsic for Popcntb adds 85bb9b71b7d [ELF] Update release notes and man page for LLD time-trace
No new revisions were added by this update.
Summary of changes: clang/cmake/caches/Fuchsia-stage2.cmake | 1 + clang/lib/Driver/ToolChains/Clang.cpp | 11 +- flang/lib/Semantics/resolve-names.cpp | 20 +- flang/test/Semantics/omp-clause-validity01.f90 | 9 + lld/docs/ReleaseNotes.rst | 4 + lld/docs/ld.lld.1 | 7 + .../Python/lldbsuite/test/configuration.py | 11 +- lldb/source/Commands/CommandObjectBreakpoint.cpp | 9 +- .../attach/attach_denied/TestAttachDenied.py | 1 + .../command/TestWatchpointCommandPython.py | 1 + .../TestBreakpointSetRestart.py | 1 + .../breakpoint/objc/TestObjCBreakpoints.py | 4 + llvm/docs/LangRef.rst | 10 +- llvm/include/llvm/CodeGen/SelectionDAG.h | 3 + llvm/include/llvm/IR/DebugInfoMetadata.h | 80 +++-- llvm/include/llvm/IR/IntrinsicsPowerPC.td | 3 + llvm/include/llvm/Support/StringSaver.h | 8 +- llvm/lib/AsmParser/LLParser.cpp | 9 +- llvm/lib/Bitcode/Reader/MetadataLoader.cpp | 9 +- llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 1 + llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 + llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 + llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 11 + llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp | 6 - llvm/lib/CodeGen/MachineVerifier.cpp | 12 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 26 +- llvm/lib/IR/AsmWriter.cpp | 1 + llvm/lib/IR/DebugInfoMetadata.cpp | 35 +- llvm/lib/IR/LLVMContextImpl.h | 12 +- llvm/lib/IR/Verifier.cpp | 5 + llvm/lib/Support/FileCheck.cpp | 6 +- llvm/lib/Support/StringSaver.cpp | 5 +- llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp | 370 +++++++++++++++++++++ llvm/lib/Target/ARM/ARMBaseInstrInfo.h | 16 + llvm/lib/Target/ARM/ARMTargetMachine.cpp | 4 + llvm/lib/Target/PowerPC/PPCInstr64Bit.td | 5 +- llvm/lib/Transforms/Scalar/LICM.cpp | 2 +- llvm/test/Bitcode/dataLocation.ll | 31 ++ .../CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 9 - llvm/test/CodeGen/ARM/machine-outliner-tail.ll | 46 +++ llvm/test/CodeGen/ARM/machine-outliner-thunk.ll | 119 +++++++ .../CodeGen/ARM/machine-outliner-unoutlinable.mir | 167 ++++++++++ .../ARM/machine-outliner-unsafe-registers.mir | 114 +++++++ llvm/test/CodeGen/PowerPC/popcnt.ll | 19 ++ llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll | 66 ++++ llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll | 65 ++++ llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll | 60 ++++ llvm/test/FileCheck/bad-char.txt | 42 +++ .../Transforms/LICM/hoisting-preheader-debugloc.ll | 174 ++++++++++ llvm/test/Verifier/array_dataLocation.ll | 6 + llvm/test/tools/llvm-dwarfdump/X86/statistics.ll | 2 +- llvm/tools/llc/CMakeLists.txt | 1 + llvm/tools/opt/CMakeLists.txt | 1 + llvm/unittests/IR/DebugTypeODRUniquingTest.cpp | 45 +-- llvm/unittests/IR/MetadataTest.cpp | 63 ++++ .../Conversion/LinalgToStandard/LinalgToStandard.h | 29 ++ mlir/include/mlir/Conversion/Passes.td | 10 + mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | 14 +- mlir/include/mlir/IR/StandardTypes.h | 4 + mlir/include/mlir/InitAllPasses.h | 1 + mlir/lib/Conversion/CMakeLists.txt | 1 + .../Conversion/GPUToSPIRV/ConvertGPUToSPIRV.cpp | 47 ++- mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp | 200 ----------- .../lib/Conversion/LinalgToStandard/CMakeLists.txt | 19 ++ .../LinalgToStandard/LinalgToStandard.cpp | 271 +++++++++++++++ .../Conversion/StandardToLLVM/StandardToLLVM.cpp | 21 +- mlir/lib/IR/StandardTypes.cpp | 8 + mlir/test/Conversion/GPUToSPIRV/simple.mlir | 58 ++++ mlir/test/Conversion/StandardToLLVM/invalid.mlir | 13 - mlir/test/Dialect/Linalg/llvm.mlir | 129 ------- mlir/test/Dialect/Linalg/standard.mlir | 122 +++++++ .../mlir-cpu-runner/linalg_integration_test.mlir | 12 +- 72 files changed, 2183 insertions(+), 527 deletions(-) create mode 100644 llvm/test/Bitcode/dataLocation.ll create mode 100644 llvm/test/CodeGen/ARM/machine-outliner-tail.ll create mode 100644 llvm/test/CodeGen/ARM/machine-outliner-thunk.ll create mode 100644 llvm/test/CodeGen/ARM/machine-outliner-unoutlinable.mir create mode 100644 llvm/test/CodeGen/ARM/machine-outliner-unsafe-registers.mir create mode 100644 llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll create mode 100644 llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll create mode 100644 llvm/test/DebugInfo/dwarfdump-pushobjectaddress.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/array_dataLocation.ll create mode 100644 mlir/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h create mode 100644 mlir/lib/Conversion/LinalgToStandard/CMakeLists.txt create mode 100644 mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp create mode 100644 mlir/test/Dialect/Linalg/standard.mlir