This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f8df5fd Dump enum unique names. new affa7d0 [AVX512] Remove masked logic op intrinsics and autoupgrade th [...]
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 | 76 +- lib/IR/AutoUpgrade.cpp | 21 + lib/Target/X86/X86IntrinsicsInfo.h | 24 - test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 131 +++ test/CodeGen/X86/avx512-intrinsics.ll | 133 --- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 1040 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 1048 +---------------------- 7 files changed, 1197 insertions(+), 1276 deletions(-)