This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 263cd359c3d Add REQUIRES asserts in combine_loads_from_build_pair.ll new 03b74e4166f [x86][AVX512] Lowering kunpack intrinsics to LLVM IR
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 | 9 -- lib/IR/AutoUpgrade.cpp | 7 ++ lib/Target/X86/X86ISelLowering.cpp | 47 ++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 3 - test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 53 +++++++++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 16 ++- test/CodeGen/X86/avx512-intrinsics.ll | 15 --- test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 127 ++++++++++++++++++++-- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 39 +++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 49 --------- 10 files changed, 280 insertions(+), 85 deletions(-)