This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7f268c [X86] Add knownbits vector or test new 151fabe [AVX-512] Remove a 512-bit test cases from the avx512vl test [...] new cd57e73 [AVX-512] Remove intrinsics for 128/256-bit masked shift by s [...] new 67ef824 [SelectionDAG] Add support for vector demandedelts in OR opcodes new 4734b82 [AVX-512] Remove intrinsics for 128/256-bit masked shift by i [...] new 90419a0 [AVX-512] Remove intrinsics for 128/256-bit masked variable s [...]
The 5 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 | 126 ----- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +- lib/IR/AutoUpgrade.cpp | 137 +++++ lib/Target/X86/X86IntrinsicsInfo.h | 42 -- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 240 +++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 241 --------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 513 ++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 616 +--------------------- test/CodeGen/X86/known-bits-vector.ll | 12 +- 9 files changed, 898 insertions(+), 1035 deletions(-)