This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0b10f16275 [X86][SKX] Adding scheduling info of non-intrinsic + commut [...] new 99449d9e381 [x86][AVX512] Lowering shuffle i/f 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 | 47 ----- lib/IR/AutoUpgrade.cpp | 26 ++- lib/Target/X86/X86IntrinsicsInfo.h | 16 -- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 225 +++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 70 +++++++ test/CodeGen/X86/avx512-intrinsics.ll | 69 ------- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 229 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 84 +++++++- test/CodeGen/X86/avx512vl-intrinsics.ll | 82 -------- 9 files changed, 629 insertions(+), 219 deletions(-)