This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/llvm-project.
from 8aadb442d1d [scan-build] fix dead store warnings emitted on LLVM AMDGPU [...] adds a58c8a78660 Remove the additional constant which requires an extra regi [...] adds ccabe932985 clang: Make tests using symlinks more consistent. adds e01ec11882d make ccabe93298 more robust adds 26e68804346 [ELF][test] Reorganize warn-backrefs.s adds 96eb38418bc Make the AsmPrinter print "<<NULL TYPE>>" instead of crashi [...] adds 0d71782f4e2 [DebugInfo]: Allow DwarfCompileUnit to have line table symbol adds 1d0f7579049 [InlineFunction] Update metadata on loads that are return values
No new revisions were added by this update.
Summary of changes: clang/test/Driver/config-file3.c | 6 +- clang/test/Driver/mingw-sysroot.cpp | 8 +- clang/test/Driver/riscv32-toolchain-extra.c | 4 +- clang/test/Driver/riscv64-toolchain-extra.c | 4 +- clang/test/Driver/target-override.c | 2 +- lld/test/ELF/warn-backrefs.s | 60 ++++++------ llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 +- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 9 +- .../CodeGen/SelectionDAG/StatepointLowering.cpp | 17 ++-- llvm/lib/Transforms/Utils/InlineFunction.cpp | 51 ++++++++-- llvm/test/CodeGen/X86/statepoint-no-extra-const.ll | 23 +++++ llvm/test/Transforms/Inline/ret_load_metadata.ll | 103 +++++++++++++++++++++ mlir/lib/IR/AsmPrinter.cpp | 5 + 13 files changed, 228 insertions(+), 71 deletions(-) create mode 100644 llvm/test/CodeGen/X86/statepoint-no-extra-const.ll create mode 100644 llvm/test/Transforms/Inline/ret_load_metadata.ll