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-release-aarch64-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 9468a0f95385 [PowerPC] Define XL-compatible macros only for AIX and Linux adds 67b5bc26bde8 [DebugInfo] Check DIEnumerator bit width when comparing fo [...] adds d31f8cc6884b [AArch64] Avoid crashing on invalid -Wa,-march= values adds 69fcfdedc505 [AArch64][GlobalISel] Fix an crash in RBS due to a new reg [...] adds 0d44201451f0 [MachineOutliner] Don't outline functions starting with PA [...] new 426297cce9d5 [DSE] Add test case showing bug PR52774. new 33f7aa65f5d7 [DSE] Fix invalid removal of store instruction
The 2 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/lib/Driver/ToolChains/Arch/AArch64.cpp | 15 ++- clang/test/Driver/aarch64-target-as-march.s | 9 ++ llvm/include/llvm/CodeGen/TargetInstrInfo.h | 4 +- llvm/lib/CodeGen/TargetInstrInfo.cpp | 13 +++ llvm/lib/IR/LLVMContextImpl.h | 5 +- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 + .../AArch64/GISel/AArch64RegisterBankInfo.cpp | 3 + llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +- .../lib/Transforms/Scalar/DeadStoreElimination.cpp | 13 +-- .../GlobalISel/rbs-matrixindex-regclass-crash.mir | 56 ++++++++++ .../CodeGen/AArch64/machine-outliner-patchable.ll | 114 +++++++++++++++++++++ .../CodeGen/RISCV/machine-outliner-patchable.ll | 77 ++++++++++++++ .../DeadStoreElimination/store-after-loop.ll | 61 +++++++++++ llvm/unittests/IR/DebugInfoTest.cpp | 20 +++- 14 files changed, 373 insertions(+), 21 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/rbs-matrixindex-regclass-c [...] create mode 100644 llvm/test/CodeGen/AArch64/machine-outliner-patchable.ll create mode 100644 llvm/test/CodeGen/RISCV/machine-outliner-patchable.ll create mode 100644 llvm/test/Transforms/DeadStoreElimination/store-after-loop.ll