This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d13f2392cfb Relanding r368987 [AArch64] Change location of frame-record [...] new de0b48c39e8 [Hexagon] Generate min/max instructions for 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 | 61 ++++++++- lib/Target/Hexagon/HexagonISelLowering.h | 2 + lib/Target/Hexagon/HexagonPatterns.td | 89 +++++++++---- lib/Target/Hexagon/HexagonPatternsHVX.td | 32 ++--- test/CodeGen/Hexagon/isel-minmax-v64bit.ll | 202 +++++++++++++++++++++++++++++ test/CodeGen/Hexagon/isel-vselect-v4i8.ll | 2 +- 6 files changed, 338 insertions(+), 50 deletions(-) create mode 100644 test/CodeGen/Hexagon/isel-minmax-v64bit.ll