This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 193856a [Fuchsia] Use thread-pointer ABI slots for stack-protector an [...] new e35238c [AVX-512] Use update_llc_test_checks.py to generate a test. new cc2f430 [AVX-512] Move lzcnt and conflict intrinsic tests to avx512cd [...] new 474a418 [AVX-512] Remove lzcnt intrinsics and autoupgrade them to gen [...] new c908a7f [IR][X86] Fix llvm version number in comments in AutoUpgrade. [...]
The 4 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 | 26 ------ lib/IR/AutoUpgrade.cpp | 34 +++++--- lib/Target/X86/X86IntrinsicsInfo.h | 12 --- test/CodeGen/X86/avx512-intrinsics.ll | 88 -------------------- test/CodeGen/X86/avx512cd-intrinsics-upgrade.ll | 47 +++++++++++ test/CodeGen/X86/avx512cd-intrinsics.ll | 98 +++++++++++++++++++++-- test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll | 71 ++++++++++++++++ test/CodeGen/X86/avx512cdvl-intrinsics.ll | 82 ++++++++++--------- 8 files changed, 276 insertions(+), 182 deletions(-) create mode 100644 test/CodeGen/X86/avx512cd-intrinsics-upgrade.ll create mode 100644 test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll