This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 524c679debd [llvm-cov] Change test to use FileCheck instead of grep. new a2e08b3d2ae [Hexagon] Set boolean contents in HexagonISelLowering new 47b41454e79 [Hexagon] Add pattern for vsplat to v8i8 new d32592f2483 [Hexagon] Add a bitcast to required type in LowerHvxMul new 3509d6c9b9c [Hexagon] Add patterns for sext_inreg of HVX vector types new dcbe415819c [Hexagon] Add patterns for truncating HVX vector types
The 5 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 | 2 + lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 3 +- lib/Target/Hexagon/HexagonPatterns.td | 29 +++++++++++++ test/CodeGen/Hexagon/autohvx/isel-sext-inreg.ll | 54 +++++++++++++++++++++++++ test/CodeGen/Hexagon/autohvx/isel-truncate.ll | 18 +++++++++ test/CodeGen/Hexagon/isel-simplify-crash.ll | 29 +++++++++++++ test/CodeGen/Hexagon/vect/vsplat-v8i8.ll | 40 ++++++++++++++++++ 7 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-sext-inreg.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-truncate.ll create mode 100644 test/CodeGen/Hexagon/isel-simplify-crash.ll create mode 100644 test/CodeGen/Hexagon/vect/vsplat-v8i8.ll