This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2b950d7b11 [instsimplify] Move the instsimplify pass to use more obvio [...] new 8c0bb2f0365 [X86] Remove masking from avx512 rotate intrinsics. Use sel [...]
The 1 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 | 96 +-- lib/IR/AutoUpgrade.cpp | 64 ++ lib/Target/X86/X86ISelLowering.cpp | 18 +- lib/Target/X86/X86IntrinsicsInfo.h | 52 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 438 +++++++++++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 244 ++++++ test/CodeGen/X86/avx512-intrinsics.ll | 176 ++++- test/CodeGen/X86/avx512-rotate.ll | 48 +- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 916 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 496 ++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 440 ++++++----- 11 files changed, 2674 insertions(+), 314 deletions(-)