This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08c3a991721 [Unittests] Fix plugins test new 37e180bdc4f [Hexagon] Add/fix patterns for 32/64-bit vector compares an [...]
The 1 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/Hexagon/HexagonISelLowering.cpp | 95 ++++++------ lib/Target/Hexagon/HexagonPatterns.td | 93 ++++++------ test/CodeGen/Hexagon/isel-zext-vNi1.ll | 6 +- test/CodeGen/Hexagon/vect/bit4x8.ll | 27 ++++ test/CodeGen/Hexagon/vect/setcc-not.ll | 102 +++++++++++++ test/CodeGen/Hexagon/vect/setcc-v32.ll | 224 +++++++++++++++++++++++++++++ 6 files changed, 445 insertions(+), 102 deletions(-) create mode 100644 test/CodeGen/Hexagon/vect/bit4x8.ll create mode 100644 test/CodeGen/Hexagon/vect/setcc-not.ll create mode 100644 test/CodeGen/Hexagon/vect/setcc-v32.ll