This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 081fd494d08 [ARM] Use ADDCARRY / SUBCARRY new eef725fc850 [x86] Lowering Mask Set1 intrinsics to LLVM IR
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 | 59 - lib/IR/AutoUpgrade.cpp | 7 + lib/Target/X86/X86IntrinsicsInfo.h | 24 - test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 104 ++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 40 + test/CodeGen/X86/avx512-intrinsics.ll | 36 - test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 1507 ++++++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 62 + test/CodeGen/X86/avx512bw-intrinsics.ll | 65 - .../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 189 +++ test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 84 ++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 78 - test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 201 +++ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 92 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 79 - 15 files changed, 2282 insertions(+), 345 deletions(-)