This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 57c068763a0 IR. Change strip* family of functions to not look through aliases. new 20d933ffb0d [PowerPC] Automatically generate various tests. NFC
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: test/CodeGen/PowerPC/testComparesi32gtu.ll | 74 +++++++--- test/CodeGen/PowerPC/testComparesi32ltu.ll | 74 +++++++--- test/CodeGen/PowerPC/testComparesigeuc.ll | 123 ++++++++++++----- test/CodeGen/PowerPC/testComparesigeui.ll | 127 ++++++++++++----- test/CodeGen/PowerPC/testComparesigeull.ll | 126 ++++++++++++----- test/CodeGen/PowerPC/testComparesigeus.ll | 125 ++++++++++++----- test/CodeGen/PowerPC/testComparesigtsc.ll | 41 ++++-- test/CodeGen/PowerPC/testComparesigtsi.ll | 41 ++++-- test/CodeGen/PowerPC/testComparesigtsll.ll | 71 ++++++---- test/CodeGen/PowerPC/testComparesigtss.ll | 38 ++++-- test/CodeGen/PowerPC/testComparesigtuc.ll | 59 +++++--- test/CodeGen/PowerPC/testComparesigtui.ll | 59 +++++--- test/CodeGen/PowerPC/testComparesigtus.ll | 61 ++++++--- test/CodeGen/PowerPC/testComparesileuc.ll | 140 +++++++++++++------ test/CodeGen/PowerPC/testComparesileui.ll | 140 +++++++++++++------ test/CodeGen/PowerPC/testComparesileull.ll | 135 +++++++++++++------ test/CodeGen/PowerPC/testComparesileus.ll | 140 +++++++++++++------ test/CodeGen/PowerPC/testComparesiltsc.ll | 77 ++++++++--- test/CodeGen/PowerPC/testComparesiltsi.ll | 73 +++++++--- test/CodeGen/PowerPC/testComparesiltsll.ll | 106 ++++++++++----- test/CodeGen/PowerPC/testComparesiltss.ll | 77 ++++++++--- test/CodeGen/PowerPC/testComparesiltuc.ll | 55 ++++++-- test/CodeGen/PowerPC/testComparesiltui.ll | 55 ++++++-- test/CodeGen/PowerPC/testComparesiltus.ll | 55 ++++++-- test/CodeGen/PowerPC/testComparesllgeuc.ll | 125 ++++++++++++----- test/CodeGen/PowerPC/testComparesllgeui.ll | 125 ++++++++++++----- test/CodeGen/PowerPC/testComparesllgeull.ll | 126 ++++++++++++----- test/CodeGen/PowerPC/testComparesllgeus.ll | 125 ++++++++++++----- test/CodeGen/PowerPC/testComparesllgtsll.ll | 71 ++++++---- test/CodeGen/PowerPC/testComparesllgtuc.ll | 69 ++++++---- test/CodeGen/PowerPC/testComparesllgtui.ll | 61 ++++++--- test/CodeGen/PowerPC/testComparesllgtus.ll | 25 ++-- test/CodeGen/PowerPC/testComparesllleuc.ll | 140 +++++++++++++------ test/CodeGen/PowerPC/testComparesllleui.ll | 140 +++++++++++++------ test/CodeGen/PowerPC/testComparesllleull.ll | 135 +++++++++++++------ test/CodeGen/PowerPC/testComparesllleus.ll | 140 +++++++++++++------ test/CodeGen/PowerPC/testComparesllltsll.ll | 106 ++++++++++----- test/CodeGen/PowerPC/testComparesllltuc.ll | 55 ++++++-- test/CodeGen/PowerPC/testComparesllltui.ll | 40 +++--- test/CodeGen/PowerPC/testComparesllltus.ll | 54 ++++++-- test/CodeGen/PowerPC/vec_shuffle.ll | 126 ++++++++++++++++- test/CodeGen/PowerPC/vec_shuffle_le.ll | 172 ++++++++++++++++-------- test/CodeGen/PowerPC/vec_shuffle_p8vector.ll | 50 ++++--- test/CodeGen/PowerPC/vec_shuffle_p8vector_le.ll | 21 ++- 44 files changed, 2844 insertions(+), 1134 deletions(-)