This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd99b118939 [X86][SSE] Match bitcasted BUILD_VECTOR of constants for v2 [...] new 6fc4cdbca90 [X86] Use getConstantOperandVal to simplify some code. NFC new ecabb5f6bd1 [X86] Remove ISD::INSERT_SUBVECTOR handling from combineBit [...] new 0fafb9f9dd4 [X86] If we see an insert of a bitcast into zero vector, ca [...] new 7e5d086d1e5 [X86] Simplify some code in getInsertVINSERTImmediate and g [...]
The 4 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/X86ISelDAGToDAG.cpp | 6 +- lib/Target/X86/X86ISelLowering.cpp | 43 +++++------ lib/Target/X86/X86InstrAVX512.td | 133 ++++++++++++++++++++++++++++++++++ lib/Target/X86/X86InstrVecCompiler.td | 3 +- test/CodeGen/X86/sad.ll | 5 -- 5 files changed, 154 insertions(+), 36 deletions(-)