This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 084dcd89dea [AMDGPU] Increased vector length for global/constant loads. new 81c70f8f4d7 [LangRef] fix formatting in FP descriptions; NFC new ef29b6a9cc9 [Hexagon] Rewrite non-HVX unaligned loads as pairs of aligned ones
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: docs/LangRef.rst | 43 +++---- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 64 +++++++++- lib/Target/Hexagon/HexagonISelDAGToDAG.h | 3 + lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 15 +++ lib/Target/Hexagon/HexagonISelLowering.cpp | 111 ++++++++++++++++- lib/Target/Hexagon/HexagonISelLowering.h | 6 +- lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 60 +--------- lib/Target/Hexagon/HexagonInstrInfo.cpp | 5 + lib/Target/Hexagon/HexagonPatterns.td | 131 ++++++++++++++------- lib/Target/Hexagon/HexagonPatternsHVX.td | 10 -- lib/Target/Hexagon/HexagonSubtarget.h | 6 + .../Hexagon/autohvx/isel-expand-unaligned-loads.ll | 2 +- test/CodeGen/Hexagon/select-instr-align.ll | 2 +- test/CodeGen/Hexagon/vect/vect-load-v4i16.ll | 2 +- test/CodeGen/Hexagon/vect/vect-v4i16.ll | 4 +- 15 files changed, 316 insertions(+), 148 deletions(-)