This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 39b5a02c6fe [ThinLTO] Add option for printing import failure reasons adds 5ec0e9dcab9 [IDF] Teach Iterated Dominance Frontier to use a snapshot C [...] adds 545c5cb20b5 [TableGen] Don't separately search for DefaultMode when we' [...] adds 4baf8510375 [X86] Use hasOneUse instead of isOnlyUserOf. NFCI adds 061d7fa2aef [NFC] Expand test cases for simplifying pow() adds f896970b071 [InstCombine] Refactor the simplification of pow() (NFC) adds 7250585b4e5 [X86][SSE] Lower constant vXi8 ISD::SRL/ISD::SRA using PMULLW adds b7e2745eb46 [Support] NFC: Fix docstring in FileSystem.h. adds 40198e78bb5 [llvm-mca] Reformat a few lines (fix spacing). NFC.
No new revisions were added by this update.
Summary of changes: include/llvm/Analysis/IteratedDominanceFrontier.h | 26 ++- include/llvm/Support/FileSystem.h | 2 +- include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 + lib/Analysis/IteratedDominanceFrontier.cpp | 21 +- lib/Target/X86/X86ISelLowering.cpp | 57 ++++- lib/Transforms/Utils/SimplifyLibCalls.cpp | 83 ++++--- test/CodeGen/X86/combine-sdiv.ll | 253 +++++++--------------- test/CodeGen/X86/vector-rotate-512.ll | 48 ++-- test/CodeGen/X86/vector-shift-ashr-128.ll | 207 ++++-------------- test/CodeGen/X86/vector-shift-ashr-256.ll | 230 ++++++-------------- test/CodeGen/X86/vector-shift-ashr-512.ll | 86 ++------ test/CodeGen/X86/vector-shift-lshr-128.ll | 128 ++++------- test/CodeGen/X86/vector-shift-lshr-256.ll | 163 ++++++-------- test/CodeGen/X86/vector-shift-lshr-512.ll | 67 +++--- test/Transforms/InstCombine/pow-1.ll | 43 +++- test/Transforms/InstCombine/pow-exp.ll | 56 ++++- tools/llvm-mca/Instruction.h | 4 +- tools/llvm-mca/Scheduler.cpp | 6 +- tools/llvm-mca/Scheduler.h | 2 +- utils/TableGen/InfoByHwMode.h | 4 +- 20 files changed, 602 insertions(+), 885 deletions(-)