This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b4e2913 [X86] Remove GCCBuiltins from cvtsi2ss/cvtsi2sd/cvtss2sd intr [...] new e69277c [AVX-512] Remove masked pmovzx/pmovsx builtins and autoupgrad [...]
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 | 114 ------- lib/IR/AutoUpgrade.cpp | 10 +- lib/Target/X86/X86IntrinsicsInfo.h | 72 ---- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 202 +++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 202 ----------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 60 ++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 60 ---- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 126 +++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 127 ------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 390 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 390 ---------------------- 11 files changed, 787 insertions(+), 966 deletions(-)