This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f148aeb2480 [AtomicExpandPass] Widen partword atomicrmw or/xor/and befo [...] new c7000f73ec2 [Hexagon] Expand vgather pseudos during packetization
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/CMakeLists.txt | 1 - lib/Target/Hexagon/HexagonGatherPacketize.cpp | 104 ----------------- lib/Target/Hexagon/HexagonInstrInfo.cpp | 162 ++++++++++++++------------ lib/Target/Hexagon/HexagonInstrInfo.h | 2 + lib/Target/Hexagon/HexagonTargetMachine.cpp | 12 +- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 47 +++++--- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 4 +- test/CodeGen/Hexagon/no-packets-gather.ll | 6 +- test/CodeGen/Hexagon/vgather-packetize.mir | 31 +++++ 9 files changed, 157 insertions(+), 212 deletions(-) delete mode 100644 lib/Target/Hexagon/HexagonGatherPacketize.cpp create mode 100644 test/CodeGen/Hexagon/vgather-packetize.mir