This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd9c3b75f9d [Hexagon] Handle lowering of SETCC via setCondCodeAction new e39f6339854 [Hexagon] Add helper functions to identify single/pair vect [...] new 70d2ee57961 [Hexagon] Split HVX operations on vector pairs
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/Hexagon/HexagonISelLowering.cpp | 82 +++++++---- lib/Target/Hexagon/HexagonISelLowering.h | 8 ++ lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 169 +++++++++++++++++++---- lib/Target/Hexagon/HexagonPatterns.td | 96 +++++++++++-- test/CodeGen/Hexagon/autohvx/isel-anyext-pair.ll | 25 ++++ test/CodeGen/Hexagon/autohvx/isel-shift-byte.ll | 30 ++++ test/CodeGen/Hexagon/autohvx/isel-vsplat-pair.ll | 22 +++ 7 files changed, 359 insertions(+), 73 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-anyext-pair.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-shift-byte.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-vsplat-pair.ll