This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2dccaf4e165 [X86] Use AND32ri8 instead of AND64ri8 in Asan code in Emit [...] new a211d55b2f7 [Hexagon] Handle concat_vectors of all allowed HVX types
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/HexagonPatterns.td | 27 +++++++++++++-------- .../CodeGen/Hexagon/autohvx/concat-vectors-128b.ll | 27 +++++++++++++++++++++ test/CodeGen/Hexagon/autohvx/concat-vectors-64b.ll | 27 +++++++++++++++++++++ .../CodeGen/Hexagon/autohvx/isel-concat-vectors.ll | 28 ++++++++++++++++++++++ 4 files changed, 99 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/concat-vectors-128b.ll create mode 100644 test/CodeGen/Hexagon/autohvx/concat-vectors-64b.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-concat-vectors.ll