This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4e66158 Fix my GVNHoist test case from r294317 new ab8079e [Hexagon] Remove encoding bits from mapped instructions new 051dda6 [Hexagon] Update instruction types
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/AsmParser/HexagonAsmParser.cpp | 5 ++ lib/Target/Hexagon/HexagonAsmPrinter.cpp | 33 ++++++++ lib/Target/Hexagon/HexagonInstrFormats.td | 52 ++++++++---- lib/Target/Hexagon/HexagonInstrFormatsV4.td | 2 +- lib/Target/Hexagon/HexagonInstrInfo.td | 31 ++++--- lib/Target/Hexagon/HexagonInstrInfoV3.td | 2 +- lib/Target/Hexagon/HexagonMachineScheduler.cpp | 4 +- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 4 +- lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 15 ++-- .../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 26 ++++-- test/CodeGen/Hexagon/swp-stages4.ll | 94 ++++++++++++++++++++++ test/CodeGen/Hexagon/swp-stages5.ll | 78 ++++++++++++++++++ test/MC/Hexagon/asmMap.s | 8 +- 13 files changed, 301 insertions(+), 53 deletions(-) create mode 100644 test/CodeGen/Hexagon/swp-stages4.ll create mode 100644 test/CodeGen/Hexagon/swp-stages5.ll