This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a13b439b133 [Pipeliner] Pipeliner should mark physical registers as used new d5ceb00b90e [Pipeliner] Fix in the pipeliner phi reuse code new 2fc30a3dc44 [Pipeliner] Fix check for order dependences when finalizing [...]
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 | 103 ++++++++++++++++---------------- test/CodeGen/Hexagon/swp-order-deps7.ll | 51 ++++++++++++++++ test/CodeGen/Hexagon/swp-reuse-phi-5.ll | 44 ++++++++++++++ 3 files changed, 146 insertions(+), 52 deletions(-) create mode 100644 test/CodeGen/Hexagon/swp-order-deps7.ll create mode 100644 test/CodeGen/Hexagon/swp-reuse-phi-5.ll