This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf84e2cbee8 Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file t [...] new d40aee4db00 [AVX-512] Remove and autoupgrade the masked integer compare [...]
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 | 80 - lib/IR/AutoUpgrade.cpp | 39 +- lib/Target/X86/X86IntrinsicsInfo.h | 24 - test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 372 ++++ test/CodeGen/X86/avx512-intrinsics.ll | 388 ---- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 2050 +++++++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 656 +------ test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 853 +++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 884 --------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 951 ++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 780 -------- 11 files changed, 4263 insertions(+), 2814 deletions(-)