This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aac33c8bc53 [NFC] Make getExpressionSize unsigned short new 39878526e7c [X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics usi [...]
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 | 16 ---------- lib/IR/AutoUpgrade.cpp | 12 ++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 8 ----- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 31 +++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 28 ++++++++++-------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 30 +++++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 36 ++++++++++++----------- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 32 ++++++++++++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 34 +++++++++++---------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 33 +++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 36 +++++++++++++---------- test/CodeGen/X86/stack-folding-int-avx512.ll | 4 +-- test/CodeGen/X86/stack-folding-int-avx512vl.ll | 4 +-- 13 files changed, 214 insertions(+), 90 deletions(-)