This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26c5a9605fa Remove unused argument from emitModuleMetadata. new ebfa356af41 [Hexagon] Improve HVX instruction selection (bitcast, vsplat) new 14ef2bb1c44 [Hexagon] hexagon-autohvx was left on again
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/HexagonISelDAGToDAG.cpp | 17 ---- lib/Target/Hexagon/HexagonISelDAGToDAG.h | 1 - lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 42 +++++----- lib/Target/Hexagon/HexagonISelLowering.cpp | 1 + lib/Target/Hexagon/HexagonISelLowering.h | 4 +- lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 4 +- lib/Target/Hexagon/HexagonPatternsHVX.td | 93 +++++++++++++++------- .../CodeGen/Hexagon/autohvx/isel-bitcast-vsplat.ll | 50 ++++++++++++ .../Hexagon/autohvx/isel-bitcast-vsplat2.ll | 26 ++++++ 9 files changed, 168 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-bitcast-vsplat.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-bitcast-vsplat2.ll