This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d758b2e709 [SelectionDAGBuilder] Enable funnel shift building to custo [...] new f1c5165f1ae [Hexagon] Add patterns for funnel shifts new ca9a824a2bf Test commit
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/HexagonISelLowering.cpp | 11 +- lib/Target/Hexagon/HexagonPatterns.td | 88 ++++++- .../GlobalISel/legalizer-info-validation.mir | 2 +- test/CodeGen/Hexagon/funnel-shift.ll | 265 +++++++++++++++++++++ test/CodeGen/Hexagon/rotate.ll | 41 ++-- 5 files changed, 376 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/Hexagon/funnel-shift.ll