This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a99f2a1277c [MSan] Move the access address check before the shadow acce [...] new c4289678699 [x86][icelake]BITALG 2/3 vpshufbitqmb encoding 3/3 vpshufbi [...]
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 | 19 +++++ lib/Target/X86/X86ISelLowering.cpp | 1 + lib/Target/X86/X86ISelLowering.h | 3 + lib/Target/X86/X86InstrAVX512.td | 27 +++++++ lib/Target/X86/X86InstrFragmentsSIMD.td | 7 ++ lib/Target/X86/X86IntrinsicsInfo.h | 7 ++ test/CodeGen/X86/vpshufbitqbm-intrinsics.ll | 41 ++++++++++ test/MC/X86/avx512bitalg-encoding.s | 56 ++++++++++++++ test/MC/X86/avx512vl_bitalg-encoding.s | 112 ++++++++++++++++++++++++++++ 9 files changed, 273 insertions(+) create mode 100644 test/CodeGen/X86/vpshufbitqbm-intrinsics.ll