This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5966988685b [Hexagon] Prefer to widen HVX vectors instead of promoting new cfd421b9ce2 [X86] Regenerate test to improve codegen testing for D41350 new 228589c54a0 [Hexagon] Generate HVX code for vector sign-, zero- and any [...]
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 | 5 ++ lib/Target/Hexagon/HexagonISelLowering.h | 1 + lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 7 +++ lib/Target/Hexagon/HexagonPatterns.td | 25 ++++++++ test/CodeGen/Hexagon/autohvx/isel-vec-ext.ll | 30 +++++++++ test/CodeGen/Hexagon/autohvx/vext-128b.ll | 50 +++++++++++++++ test/CodeGen/Hexagon/autohvx/vext-64b.ll | 50 +++++++++++++++ test/CodeGen/X86/h-registers-1.ll | 90 ++++++++++++++++++++++----- 8 files changed, 243 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-vec-ext.ll create mode 100644 test/CodeGen/Hexagon/autohvx/vext-128b.ll create mode 100644 test/CodeGen/Hexagon/autohvx/vext-64b.ll