This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 097ad767f48 Remove ADDC, ADDE, SUBC, SUBE and SETCCE support from the X [...] new 2a5fa5ca142 [Hexagon] Handle long-running simplification loop in idiom [...] new 7dc680c89af [Hexagon] Fix dependence check in the packetizer
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/HexagonInstrInfo.cpp | 170 ++------------------- lib/Target/Hexagon/HexagonInstrInfo.h | 5 - lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 8 +- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 49 +++--- test/CodeGen/Hexagon/invalid-dotnew-attempt.mir | 17 +++ test/CodeGen/Hexagon/loop-idiom/pmpy-long-loop.ll | 62 ++++++++ 6 files changed, 119 insertions(+), 192 deletions(-) create mode 100644 test/CodeGen/Hexagon/invalid-dotnew-attempt.mir create mode 100644 test/CodeGen/Hexagon/loop-idiom/pmpy-long-loop.ll