This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5eede4c237a [Hexagon] Lower concat of more than 2 vectors into build_vector new 1fb795d68ff [Hexagon] Extract HVX lowering and selection into HVX-speci [...]
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/Hexagon.td | 1 + lib/Target/Hexagon/HexagonISelLowering.cpp | 246 ++----------------- lib/Target/Hexagon/HexagonISelLowering.h | 7 + lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 222 ++++++++++++++++- lib/Target/Hexagon/HexagonPatterns.td | 339 -------------------------- lib/Target/Hexagon/HexagonPatternsHVX.td | 338 +++++++++++++++++++++++++ 6 files changed, 572 insertions(+), 581 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonPatternsHVX.td