This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d914c51df99 [x86] Actually initialize the SLH pass with the x86 backend [...] new ec2710fb9b3 [X86] Correct some bad FileCheck prefixes in tests. Add tes [...] new 58d47fbc549 [X86] Remove the unused masked 128 and 256-bit masked padds [...] new 6914988dcf2 [X86] Remove masking from the 512-bit padds and psubs intri [...] new 2a96c80ff2a [NFC] Add missing const modifier
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/IR/IntrinsicsX86.td | 48 +- lib/Analysis/MustExecute.cpp | 2 +- lib/IR/AutoUpgrade.cpp | 56 +- lib/Target/X86/X86IntrinsicsInfo.h | 16 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 46 +- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 860 ++++++++++++++++++---- test/CodeGen/X86/avx512bw-intrinsics.ll | 266 ++++++- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 801 ++++++++++++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 415 ++++------- 9 files changed, 1983 insertions(+), 527 deletions(-)