This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 061d7fa2aef [NFC] Expand test cases for simplifying pow() new f896970b071 [InstCombine] Refactor the simplification of pow() (NFC) new 7250585b4e5 [X86][SSE] Lower constant vXi8 ISD::SRL/ISD::SRA using PMULLW new b7e2745eb46 [Support] NFC: Fix docstring in FileSystem.h. new 40198e78bb5 [llvm-mca] Reformat a few lines (fix spacing). NFC.
The 4 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: include/llvm/Support/FileSystem.h | 2 +- include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 + lib/Target/X86/X86ISelLowering.cpp | 55 ++++- 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 +++--- tools/llvm-mca/Instruction.h | 4 +- tools/llvm-mca/Scheduler.cpp | 6 +- tools/llvm-mca/Scheduler.h | 2 +- 15 files changed, 470 insertions(+), 865 deletions(-)