This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ad0d5b1b249 Adding missing feature to goldmont. new 6aaf3f78093 [AArch64] Add basic support for Qualcomm's Saphira CPU. new 8fbc96c2499 [PowerPC] Eliminate compares - add i64 sext/zext handling f [...]
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: include/llvm/Support/AArch64TargetParser.def | 2 + lib/Support/Host.cpp | 1 + lib/Target/AArch64/AArch64.td | 15 +++ lib/Target/AArch64/AArch64Subtarget.cpp | 5 + lib/Target/AArch64/AArch64Subtarget.h | 1 + lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 78 +++++++++++++++- test/CodeGen/AArch64/arm64-neon-v8.1a.ll | 1 + test/CodeGen/AArch64/atomic-ops-lse.ll | 1 + test/CodeGen/AArch64/cpus.ll | 1 + test/CodeGen/AArch64/remat.ll | 1 + test/CodeGen/PowerPC/optcmp.ll | 2 +- test/CodeGen/PowerPC/testComparesigtsll.ll | 134 +++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesiltsll.ll | 99 ++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllgtsll.ll | 134 +++++++++++++++++++++++++++ test/CodeGen/PowerPC/testComparesllltsll.ll | 99 ++++++++++++++++++++ unittests/Support/Host.cpp | 3 + unittests/Support/TargetParserTest.cpp | 14 +++ 17 files changed, 588 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/PowerPC/testComparesigtsll.ll create mode 100644 test/CodeGen/PowerPC/testComparesiltsll.ll create mode 100644 test/CodeGen/PowerPC/testComparesllgtsll.ll create mode 100644 test/CodeGen/PowerPC/testComparesllltsll.ll