This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0800ef1 [DAG] enhance computeKnownBits to handle SRL/SRA with vector [...] new bc9b41f [AVX-512] Remove masked pmin/pmax intrinsics and autoupgrade [...]
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 | 148 ------------ lib/IR/AutoUpgrade.cpp | 21 +- lib/Target/X86/X86IntrinsicsInfo.h | 48 ---- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 128 +++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 155 ------------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 192 ++++++++++++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 200 ---------------- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 256 +++++++++++++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 256 --------------------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 256 +++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 264 +--------------------- 11 files changed, 852 insertions(+), 1072 deletions(-)