This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b1a390 [EfficiencySanitizer] Using '$' instead of '#' for struct cou [...] new a941fe2 [Power9] Add exploitation of non-permuting memory ops
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/InstPrinter/PPCInstPrinter.cpp | 13 ++ lib/Target/PowerPC/PPCISelLowering.cpp | 12 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 8 +- lib/Target/PowerPC/PPCInstrVSX.td | 53 +++++--- lib/Target/PowerPC/PPCSubtarget.h | 3 + test/CodeGen/PowerPC/lxvw4x-bug.ll | 13 +- test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 8 +- test/CodeGen/PowerPC/ppc64-i128-abi.ll | 51 +++++++- test/CodeGen/PowerPC/swaps-le-1.ll | 44 ++++++- test/CodeGen/PowerPC/swaps-le-6.ll | 24 +++- test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll | 35 +++++- test/CodeGen/PowerPC/vsx-ldst.ll | 16 ++- test/CodeGen/PowerPC/vsx-p9.ll | 146 ++++++++++++++++++++++ test/CodeGen/PowerPC/vsx_insert_extract_le.ll | 29 ++++- test/CodeGen/PowerPC/vsx_shuffle_le.ll | 80 +++++++++++- 15 files changed, 493 insertions(+), 42 deletions(-) create mode 100644 test/CodeGen/PowerPC/vsx-p9.ll