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-release-aarch64-stable-allnoconfig in repository toolchain/ci/llvm-project.
from 7b927f75f22 Merging r369705 and r369713 for PR43243: adds 9523a1c62d0 Merging r371262: ------------------------------------------ [...] adds 8cdf289f45f Merging r371111: ------------------------------------------ [...] adds 1c21c1972f9 Merging r371305 and r371307: adds b508b4ba067 Merging r371221 and r371224: adds 5cbaa56ac5f Merging r370592: ------------------------------------------ [...] adds 127240acf10 Merging r371434: ------------------------------------------ [...]
No new revisions were added by this update.
Summary of changes: llvm/include/llvm/IR/Instructions.h | 13 +++-- llvm/lib/CodeGen/IfConversion.cpp | 16 +++++- llvm/lib/IR/Instructions.cpp | 11 ++++ llvm/lib/Target/X86/X86ISelLowering.cpp | 29 ++++++----- llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +- .../ARM/ifcvt-diamond-unanalyzable-common.mir | 57 ++++++++++++++++++++ llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll | 41 +++++++++++++++ llvm/test/CodeGen/X86/vector-shuffle-avx512.ll | 38 ++++++++++++++ llvm/test/Transforms/InstCombine/pow-0.ll | 60 ++++++++++++++++++++++ llvm/test/Transforms/InstCombine/pow-4.ll | 10 ++++ llvm/unittests/IR/InstructionsTest.cpp | 51 ++++++++++++++++++ 11 files changed, 309 insertions(+), 21 deletions(-) create mode 100644 llvm/test/CodeGen/ARM/ifcvt-diamond-unanalyzable-common.mir create mode 100644 llvm/test/Transforms/InstCombine/pow-0.ll