This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08d38f01b39 [ARM] ComputeKnownBits to handle extract vectors new 9d78d08a5cd [X86] Remove AVX512VBMI2 concat and shift intrinsics. Repla [...]
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 | 231 ------ lib/IR/AutoUpgrade.cpp | 92 +-- lib/Target/X86/X86IntrinsicsInfo.h | 56 -- .../X86/avx512vbmi2-intrinsics-fast-isel.ll | 166 +++-- test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll | 376 ++++++++++ test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 218 +++--- .../X86/avx512vbmi2vl-intrinsics-fast-isel.ll | 340 +++++---- .../X86/avx512vbmi2vl-intrinsics-upgrade.ll | 788 +++++++++++++++++++++ test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 452 ++++++------ 9 files changed, 1841 insertions(+), 878 deletions(-)