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-next-allnoconfig in repository toolchain/ci/llvm-project.
from d065c811649 [CodeGen] Handle SMULFIXSAT with scale zero in TargetLoweri [...] adds 88bab08a886 [SimplifyCFG][NFC] Autogenerate two tests adds 4e76f880723 [SimplifyCFG][NFC] Autogenerate PhiEliminate3.ll adds 72e99e63a2f [ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNC adds fcef13344db [mips] Make another set of test cases more tolerant to exac [...] adds 31c98abda3f [X86][AVX] Add 'f5' v4f64 shuffle test mentioned in D66004 adds 08692e5dd1f [X86] Avoid uses of getZextValue(). NFCI. adds 9443c18704f [mips] Follow-up to r371313 - fix failed test case. NFC adds 879ed20bde2 Fix typo. NFCI adds bf1a23ad0e7 [llvm-nm] - Fix a bug and unbreak ASan BB. adds 8cfff1e1bc2 [X86] Add prefer-128-bit subtarget feature. adds c4450437ec9 Fixes an assertion while instantiating a template with an i [...] adds eacb2c2c975 [aarch64] Add combine patterns for fp16 fmla adds a461c26dd85 [X86] Add broadcast load unfolding tests for FMA instructions. adds 1829a09bea1 [X86] Add support for unfold broadcast loads from FMA instr [...] adds 5bd4a4806aa Remove ::gets for FreeBSD 13 and later adds 37dd59298fd [X86] Make getZeroVector return floating point vectors in t [...] adds 486b173cfeb [NewPM][Sancov] Create the Sancov Pass after building the p [...] adds acf81f4210c [StackMap] Current stackmap version should be 3. NFC. adds 3262084384c [X86][SSE] Add support for <64 x i1> bool reduction adds 9d570020708 [X86] Add test case for PR32546
No new revisions were added by this update.
Summary of changes: clang/lib/CodeGen/BackendUtil.cpp | 24 +- clang/lib/Sema/SemaTemplate.cpp | 8 +- ...tiate-incomplete-typo-suggested-error-limit.cpp | 60 +++ libcxx/include/__config | 7 + libcxx/include/cstdio | 2 +- lld/test/ELF/mips-got-relocs.s | 34 +- lld/test/ELF/mips-got-weak.s | 140 ++----- lld/test/ELF/mips-got16-relocatable.s | 31 +- lld/test/ELF/mips-got16.s | 70 ++-- lld/test/ELF/mips-gp-disp.s | 33 +- lld/test/ELF/mips-gp-local.s | 15 +- lld/test/ELF/mips-gprel-sec.s | 8 +- lld/test/ELF/mips-gprel32-relocs-gp0.s | 21 +- lld/test/ELF/mips-gprel32-relocs.s | 18 +- lld/test/ELF/mips-higher-highest.s | 11 +- lld/test/ELF/mips-hilo-gp-disp.s | 62 ++- lld/test/ELF/mips-hilo-hi-only.s | 18 +- lld/test/ELF/mips-hilo.s | 43 +-- lld/test/ELF/mips-jalr.s | 20 + lld/test/ELF/mips-jalr.test | 51 --- lld/test/ELF/mips-mgot.s | 30 +- llvm/include/llvm/CodeGen/MachineCombinerPattern.h | 19 + llvm/include/llvm/Object/StackMapParser.h | 4 +- llvm/lib/MC/ELFObjectWriter.cpp | 15 + llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 342 +++++++++++++--- llvm/lib/Target/X86/X86.td | 4 + llvm/lib/Target/X86/X86ISelLowering.cpp | 68 ++-- llvm/lib/Target/X86/X86InstrAVX512.td | 12 + llvm/lib/Target/X86/X86InstrFoldTables.cpp | 121 ++++++ llvm/lib/Target/X86/X86InstrSSE.td | 11 +- llvm/lib/Target/X86/X86Subtarget.cpp | 2 + llvm/lib/Target/X86/X86Subtarget.h | 3 + llvm/lib/Target/X86/X86TargetTransformInfo.h | 1 + llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- llvm/test/CodeGen/AArch64/fp16-fmla.ll | 208 ++++++++++ llvm/test/CodeGen/X86/2012-04-26-sdglue.ll | 4 +- llvm/test/CodeGen/X86/avx-basic.ll | 2 +- llvm/test/CodeGen/X86/avx2-gather.ll | 4 +- llvm/test/CodeGen/X86/avx512-broadcast-unfold.ll | 428 +++++++++++++++++++++ llvm/test/CodeGen/X86/avx512-cmp-mask.ll | 51 +++ llvm/test/CodeGen/X86/nontemporal-3.ll | 149 ++----- llvm/test/CodeGen/X86/packss.ll | 22 +- llvm/test/CodeGen/X86/vec_ss_load_fold.ll | 4 +- llvm/test/CodeGen/X86/vector-reduce-and-bool.ll | 149 ++----- llvm/test/CodeGen/X86/vector-reduce-or-bool.ll | 155 ++------ llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll | 286 +++++--------- llvm/test/CodeGen/X86/vector-shuffle-256-v4.ll | 32 ++ llvm/test/MC/ELF/ifunc-alias.s | 32 ++ .../test/Transforms/SLPVectorizer/X86/arith-add.ll | 6 +- llvm/test/Transforms/SLPVectorizer/X86/arith-fp.ll | 8 +- .../test/Transforms/SLPVectorizer/X86/arith-mul.ll | 6 +- .../test/Transforms/SLPVectorizer/X86/arith-sub.ll | 6 +- llvm/test/Transforms/SimplifyCFG/PhiEliminate3.ll | 93 +++-- .../test/Transforms/SimplifyCFG/SpeculativeExec.ll | 8 +- llvm/test/Transforms/SimplifyCFG/speculate-math.ll | 107 ++++-- llvm/tools/llvm-nm/llvm-nm.cpp | 5 +- 56 files changed, 1988 insertions(+), 1087 deletions(-) create mode 100644 clang/test/SemaTemplate/instantiate-incomplete-typo-suggested-e [...] create mode 100644 lld/test/ELF/mips-jalr.s delete mode 100644 lld/test/ELF/mips-jalr.test create mode 100644 llvm/test/CodeGen/AArch64/fp16-fmla.ll create mode 100644 llvm/test/CodeGen/X86/avx512-cmp-mask.ll create mode 100644 llvm/test/MC/ELF/ifunc-alias.s