This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 47a09dc91f3 [PowerPC] Eliminate compares - add i32 sext/zext handling f [...] new 2e0c5c57b49 [PowerPC] Eliminate compares - add i32 sext/zext handling f [...]
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 | 37 ++++++++- test/CodeGen/PowerPC/testComparesi32gtu.ll | 52 ++++++++++++ test/CodeGen/PowerPC/testComparesi32ltu.ll | 52 ++++++++++++ test/CodeGen/PowerPC/testComparesigtuc.ll | 114 ++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesigtui.ll | 115 ++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesigtus.ll | 117 ++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesiltuc.ll | 56 +++++++++++++ test/CodeGen/PowerPC/testComparesiltui.ll | 56 +++++++++++++ test/CodeGen/PowerPC/testComparesiltus.ll | 56 +++++++++++++ test/CodeGen/PowerPC/testComparesllgtuc.ll | 114 ++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllgtui.ll | 114 ++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllgtus.ll | 127 +++++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllltuc.ll | 60 ++++++++++++++ test/CodeGen/PowerPC/testComparesllltui.ll | 108 ++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllltus.ll | 59 ++++++++++++++ 15 files changed, 1234 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/PowerPC/testComparesi32gtu.ll create mode 100644 test/CodeGen/PowerPC/testComparesi32ltu.ll create mode 100644 test/CodeGen/PowerPC/testComparesigtuc.ll create mode 100644 test/CodeGen/PowerPC/testComparesigtui.ll create mode 100644 test/CodeGen/PowerPC/testComparesigtus.ll create mode 100644 test/CodeGen/PowerPC/testComparesiltuc.ll create mode 100644 test/CodeGen/PowerPC/testComparesiltui.ll create mode 100644 test/CodeGen/PowerPC/testComparesiltus.ll create mode 100644 test/CodeGen/PowerPC/testComparesllgtuc.ll create mode 100644 test/CodeGen/PowerPC/testComparesllgtui.ll create mode 100644 test/CodeGen/PowerPC/testComparesllgtus.ll create mode 100644 test/CodeGen/PowerPC/testComparesllltuc.ll create mode 100644 test/CodeGen/PowerPC/testComparesllltui.ll create mode 100644 test/CodeGen/PowerPC/testComparesllltus.ll