This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 114087caa6f [llvm] Migrate llvm::make_unique to std::make_unique new bf2724cd222 [Hexagon] Generate vector min/max for HVX
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 | 11 + lib/Target/Hexagon/HexagonISelLowering.h | 7 +- lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 24 ++ lib/Target/Hexagon/HexagonPatternsHVX.td | 25 ++ test/CodeGen/Hexagon/autohvx/minmax-128b.ll | 344 +++++++++++++++++++++ test/CodeGen/Hexagon/autohvx/minmax-64b.ll | 344 +++++++++++++++++++++ .../CodeGen/Hexagon/autohvx/vector-compare-128b.ll | 180 +++++------ test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll | 180 +++++------ 8 files changed, 934 insertions(+), 181 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/minmax-128b.ll create mode 100644 test/CodeGen/Hexagon/autohvx/minmax-64b.ll