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-arm-mainline-defconfig in repository toolchain/ci/llvm-project.
from 27b4e6931d0 [NFC] Replace MaybeAlign with Align in TargetTransformInfo. adds e7e84ff24a5 Add cet.h for writing CET-enabled assembly code adds a204f22b424 [gn build] Port e7e84ff24a5 adds a6be4d17e34 [PowerPC-QPX] adjust operands order of qpx fma instructions. adds 6c848843664 [LoopSimplify] don't separate nested loops with convergent calls new 62a9eca859d Test asm-cet.S fail for window clang new 0af40120ad2 [gn build] Port 62a9eca859d new eec758825d2 [BPF] fix an asan issue when disassemble an illegal instruction new ad4f196e25c [NFC] [PowerPC] Refresh fma-mutate.ll using script new 2bb16f94128 [lldb/Test] Skip TestPositionalArgs with lldb-repro
The 5 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: lldb/test/Shell/Driver/TestPositionalArgs.test | 2 + .../Target/BPF/Disassembler/BPFDisassembler.cpp | 11 ++--- llvm/lib/Target/PowerPC/PPCInstrQPX.td | 24 +++++------ llvm/lib/Transforms/Utils/LoopSimplify.cpp | 21 ++++++++++ llvm/test/CodeGen/PowerPC/fma-mutate.ll | 47 +++++++++++++++------- llvm/test/CodeGen/PowerPC/qpx-qvfmadd.ll | 16 ++++---- llvm/test/Transforms/LoopSimplify/convergent.ll | 25 ++++++++++++ 7 files changed, 104 insertions(+), 42 deletions(-) create mode 100644 llvm/test/Transforms/LoopSimplify/convergent.ll