This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 62f3cb723c6 [X86] Deleting README-MMX.txt now that all tasks have been [...] new 7870dc6ea1a [InstCombine] [NFC] Add tests for peeking through FP casts [...] new f865ef62e54 [Hexagon] Subtarget feature to emit one instruction per packet
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/Hexagon.td | 19 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 1 + lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 8 + lib/Target/Hexagon/HexagonNewValueJump.cpp | 5 +- lib/Target/Hexagon/HexagonSubtarget.h | 5 + lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 7 +- test/CodeGen/Hexagon/no-packets-gather.ll | 27 + test/CodeGen/Hexagon/no-packets.ll | 82 ++ test/Transforms/InstCombine/cast-int-icmp-eq-0.ll | 1419 +++++++++++++++++++++ 9 files changed, 1562 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/Hexagon/no-packets-gather.ll create mode 100644 test/CodeGen/Hexagon/no-packets.ll create mode 100644 test/Transforms/InstCombine/cast-int-icmp-eq-0.ll