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-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from 458a720ec17 [ARM] Add sign and zero extend patterns for MVE adds e0363adb75f [Attributor][Fix] Never override given argument numbers adds 124cae7d3fc Remove extra ';' to silent compiler warning. adds 9450b0084af [X86] Remove offset of 8 from the call to FuseInst for UNPC [...] adds c7f9559d659 [Driver] Simplify -lgcc & -lgcc_s adds e9dc9c2bebb [Driver] Simplify AddLibgcc adds 44a4bf95ddf [MachineOutliner] Add missing initializers for OutlinedFunc [...] adds a3f9240bfbb SlotIndexes - add missing initializer. NFCI. adds f66f5ff38ab VirtRegMap - add missing initializers. NFCI. new 864474c9c72 [BitcodeReader] Use tighter upper bound to validate forward [...]
The 1 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/CommonArgs.cpp | 40 ++++++++++----------------- clang/lib/Sema/SemaDecl.cpp | 5 ++-- llvm/include/llvm/Bitstream/BitstreamReader.h | 8 ++++-- llvm/include/llvm/CodeGen/MachineOutliner.h | 6 ++-- llvm/include/llvm/CodeGen/SlotIndexes.h | 2 +- llvm/include/llvm/CodeGen/VirtRegMap.h | 6 ++-- llvm/include/llvm/Transforms/IPO/Attributor.h | 13 +++++---- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 2 +- llvm/lib/Bitcode/Reader/MetadataLoader.cpp | 20 +++++++++++--- llvm/lib/Bitcode/Reader/ValueList.cpp | 8 ++++-- llvm/lib/Bitcode/Reader/ValueList.h | 9 +++++- llvm/lib/Target/X86/X86InstrInfo.cpp | 2 +- llvm/test/Bitcode/pr18704.ll | 2 +- llvm/test/CodeGen/X86/pr42616.ll | 11 ++++++++ 14 files changed, 84 insertions(+), 50 deletions(-) create mode 100644 llvm/test/CodeGen/X86/pr42616.ll