This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e1acb56f119 [WebAssembly] Add support for init functions linking metadata new a9bb60c600b [Hexagon] Generate HVX code for comparisons and selects
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 | 17 +- lib/Target/Hexagon/HexagonISelLowering.h | 1 + lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 71 +++++ lib/Target/Hexagon/HexagonPatterns.td | 17 +- lib/Target/Hexagon/HexagonRegisterInfo.td | 12 +- .../CodeGen/Hexagon/autohvx/vector-compare-128b.ll | 294 +++++++++++++++++++++ test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll | 294 +++++++++++++++++++++ 7 files changed, 699 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/vector-compare-128b.ll create mode 100644 test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll