This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf6e4313b83 [X86] Improve legalization of vXi16/vXi8 selects. new 30e8c8a377a [X86] Add X86ISD::VTRUNC to computeKnownBitsForTargetNode. new 920e52f67ec [X86] Use ISD::TRUNCATE instead of X86ISD::VTRUNC when inpu [...]
The 2 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: lib/Target/X86/X86ISelLowering.cpp | 10 +- lib/Target/X86/X86InstrAVX512.td | 104 ++++++------ lib/Target/X86/X86IntrinsicsInfo.h | 16 +- test/CodeGen/X86/avx512-insert-extract.ll | 3 +- test/CodeGen/X86/avx512-mask-op.ll | 8 - test/CodeGen/X86/avx512-trunc.ll | 10 +- test/CodeGen/X86/avx512-vec-cmp.ll | 12 -- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 250 ---------------------------- test/CodeGen/X86/bitcast-setcc-512.ll | 4 - test/CodeGen/X86/shuffle-vs-trunc-256.ll | 6 +- test/CodeGen/X86/vector-trunc.ll | 30 ++-- 11 files changed, 89 insertions(+), 364 deletions(-)