This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d44b990 [InstCombine] auto-generate better checks; NFC new 5579104 [DAGCombiner] Add vector demanded elements support to compute [...] new 444277c [Hexagon] Do not expand ISD::SELECT for HVX vectors
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: include/llvm/CodeGen/SelectionDAG.h | 16 +++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 124 ++++++++++++++++++++++++++--- lib/Target/Hexagon/HexagonISelLowering.cpp | 11 ++- lib/Target/Hexagon/HexagonInstrInfoV60.td | 24 +++--- test/CodeGen/Hexagon/v60-vsel1.ll | 69 ++++++++++++++++ test/CodeGen/X86/avx-vperm2x128.ll | 6 +- test/CodeGen/X86/known-bits-vector.ll | 50 +++--------- 7 files changed, 225 insertions(+), 75 deletions(-) create mode 100644 test/CodeGen/Hexagon/v60-vsel1.ll