This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0344b6624ee [Hexagon] Add extra pattern for S4_addaddi new 990e764ad8a [PowerPC] Try to simplify a Swap if it feeds a Splat new db797c0e595 [Hexagon] Return the correct chain edge for i1 function calls
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/HexagonISelLowering.cpp | 3 +- lib/Target/PowerPC/PPCMIPeephole.cpp | 47 ++++++++++ test/CodeGen/Hexagon/call-ret-i1.ll | 23 +++++ test/CodeGen/PowerPC/ppc64-peephole-swap.ll | 134 ++++++++++++++++++++++++++++ 4 files changed, 206 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/Hexagon/call-ret-i1.ll create mode 100644 test/CodeGen/PowerPC/ppc64-peephole-swap.ll