This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1cd162a83ec [WinEH] Don't emit state stores or EH thunks for available_ [...] new 1340c1d400d [X86] Remove unnecessary patterns for sign extending vXi1 w [...] new 6c1c3c6bde7 [X86] Emit ISD::TRUNCATE instead of X86ISD::VTRUNC from Low [...] new c2dcb7f2db5 [SelectionDAG] Add some debug print messages to LegalizeVectorOps. new 82e63f3e03f [X86] Fix inconsistencies in different places where we spli [...] new f91683ed5da [X86] Use ISD::CONCAT_VECTORS when splitting 256-bit loads [...] new 0454ddf9a78 [X86] When lowering extending loads from v2i1/v4i1, if we h [...] new cbc4008cb2e [KnownBits] Remove asserts from KnownBits::makeNegative/mak [...] new beb40ba0251 [SelectionDAG] Add creating new node debug messages for loa [...]
The 8 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/Support/KnownBits.h | 2 - lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 17 ++++++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 32 +++++++++---- lib/Target/X86/X86ISelLowering.cpp | 52 +++++++++++++--------- lib/Target/X86/X86InstrAVX512.td | 16 ------- .../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 15 +++---- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 11 ++--- test/CodeGen/X86/bitcast-int-to-vector-bool.ll | 11 ++--- 8 files changed, 83 insertions(+), 73 deletions(-)