This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df0e58eed1a [AMDGPU] Copy impdefs from pseudo to real instructions new 68ee79b605b [Hexagon] Rewrite LowerVECTOR_SHUFFLE for 32-/64-bit vectors
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 | 153 ++++++++++++++++++++++------- test/CodeGen/Hexagon/vect/shuff-32.ll | 86 ++++++++++++++++ test/CodeGen/Hexagon/vect/shuff-64.ll | 66 +++++++++++++ 3 files changed, 267 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/Hexagon/vect/shuff-32.ll create mode 100644 test/CodeGen/Hexagon/vect/shuff-64.ll