This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/llvm-project.
from 32e98a7089a [Attributor][FIX] Carefully strip casts in AANoAlias adds 40b30672182 [Attributor][NFC] Add check lines for tests adds 137c99a6a5c [Attributor][FIX] Restrict cross-SCC call deletion adds b53af0e7f95 [Attributor][FIX] Collapse `undef` to a proper value adds ad121ea14d8 [Attributor] Manifest simplified (return) values properly adds b70297a39ab [Attributor][FIX] Ensure abstract attributes are existing b [...] adds 0fbe2215438 [MC][ELF] Make linked-to symbol name part of ELFSectionKey
No new revisions were added by this update.
Summary of changes: llvm/include/llvm/MC/MCContext.h | 12 +- llvm/lib/MC/MCContext.cpp | 16 +- llvm/lib/Transforms/IPO/Attributor.cpp | 80 +- .../AArch64/patchable-function-entry-bti.ll | 4 +- .../CodeGen/AArch64/patchable-function-entry.ll | 4 +- .../CodeGen/X86/patchable-function-entry-ibt.ll | 4 +- llvm/test/CodeGen/X86/patchable-function-entry.ll | 4 +- llvm/test/MC/ELF/comdat-dup-group-name.s | 32 - llvm/test/MC/ELF/section-combine.s | 48 + .../ArgumentPromotion/live_called_from_dead.ll | 45 +- .../Attributor/IPConstantProp/PR16052.ll | 20 +- llvm/test/Transforms/Attributor/range.ll | 111 ++ .../Attributor/reduced/register_benchmark_test.ll | 1582 ++++++++++++++++++++ .../Transforms/Attributor/undefined_behavior.ll | 5 +- llvm/test/Transforms/Attributor/value-simplify.ll | 59 + 15 files changed, 1951 insertions(+), 75 deletions(-) delete mode 100644 llvm/test/MC/ELF/comdat-dup-group-name.s create mode 100644 llvm/test/MC/ELF/section-combine.s create mode 100644 llvm/test/Transforms/Attributor/reduced/register_benchmark_test.ll