This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d19206140ba Use std::unique_ptr. NFC. new a7ae9840dec Removed superfluous semicolon to fix -Wpedantic gcc warning. NFCI. new 1cdbd1bcfd9 [Hexagon] Split HVX vector pair loads/stores, expand unalig [...]
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: include/llvm/MC/MCAsmMacro.h | 2 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 11 ++ lib/Target/Hexagon/HexagonISelLowering.h | 5 + lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 139 ++++++++++++++++++--- lib/Target/Hexagon/HexagonPatterns.td | 27 ---- lib/Target/Hexagon/HexagonPatternsHVX.td | 125 +++++++++++------- .../Hexagon/autohvx/isel-expand-unaligned-loads.ll | 26 ++++ test/CodeGen/Hexagon/select-instr-align.ll | 26 ++-- 8 files changed, 262 insertions(+), 99 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-expand-unaligned-loads.ll