This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b40677abb70 [AVR] Fix a big in shift operator lowering; Authored by Dr. [...] new 573099d4c3f [PowerPC] Eliminate integer compare instructions - vol. 3
The 1 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/PowerPC/PPCISelDAGToDAG.cpp | 73 +++++++++-- test/CodeGen/PowerPC/expand-isel.ll | 15 +-- test/CodeGen/PowerPC/logic-ops-on-compares.ll | 65 +++++++++- ...testComparesllequi.ll => testComparesieqsll.ll} | 131 ++++++++++---------- ...testComparesllequi.ll => testComparesiequll.ll} | 131 ++++++++++---------- test/CodeGen/PowerPC/testCompareslleqsll.ll | 133 +++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllequll.ll | 133 +++++++++++++++++++++ 7 files changed, 529 insertions(+), 152 deletions(-) copy test/CodeGen/PowerPC/{testComparesllequi.ll => testComparesieqsll.ll} (50%) copy test/CodeGen/PowerPC/{testComparesllequi.ll => testComparesiequll.ll} (50%) create mode 100644 test/CodeGen/PowerPC/testCompareslleqsll.ll create mode 100644 test/CodeGen/PowerPC/testComparesllequll.ll