This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 143ffebf675 [InstCombine] add baseline tests for D38531; NFC new 9f806a04386 [Pipeliner] Improve serialization order for post-increments new e9c467fc405 [Pipeliner] Fix offset value for instrs dependent on post-i [...]
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/CodeGen/MachinePipeliner.cpp | 75 +++++++++++++++++++++++----- lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 +++- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 52 +++++++++++++++++++ lib/Target/Hexagon/HexagonVLIWPacketizer.h | 5 ++ test/CodeGen/Hexagon/swp-order-copies.ll | 37 ++++++++++++++ 5 files changed, 164 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/Hexagon/swp-order-copies.ll