This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from f148aeb2480 [AtomicExpandPass] Widen partword atomicrmw or/xor/and befo [...] adds c7000f73ec2 [Hexagon] Expand vgather pseudos during packetization
No new revisions were added by this update.
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