This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00eb18d [LangRef] Drop misleading anecdote new d03c7ac [AVX-512] Remove and autoupgrade masked dword/qword variable [...] new 460a780 [X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2dq/vcv [...]
The 2 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 | 38 ---- lib/IR/AutoUpgrade.cpp | 59 ++++--- lib/Target/X86/X86InstrAVX512.td | 36 ++++ lib/Target/X86/X86InstrInfo.cpp | 6 +- lib/Target/X86/X86InstrSSE.td | 52 +++--- lib/Target/X86/X86IntrinsicsInfo.h | 8 - test/CodeGen/X86/avx-cvt.ll | 6 +- test/CodeGen/X86/avx-fp2int.ll | 4 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 6 +- test/CodeGen/X86/avx512-cvt.ll | 28 +-- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 203 +++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 203 --------------------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 53 ++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 53 ------ test/CodeGen/X86/combine-fcopysign.ll | 2 +- test/CodeGen/X86/fp-trunc.ll | 6 +- test/CodeGen/X86/vec_fp_to_int.ll | 44 ++--- test/MC/X86/intel-syntax-x86-64-avx.s | 96 ++++++++++ test/MC/X86/intel-syntax-x86-64-avx512f_vl.s | 225 +++++++++++++++++++++++- test/MC/X86/x86-32-avx.s | 14 +- test/MC/X86/x86_64-avx-encoding.s | 12 +- 22 files changed, 733 insertions(+), 433 deletions(-)