This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70 in repository llvm.
from f8ee49e3d8b Merging r347431: new e8af9b4c407 Merging r339260:
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/P9InstrResources.td | 1 + lib/Target/PowerPC/PPCISelLowering.cpp | 11 - lib/Target/PowerPC/PPCInstrVSX.td | 91 ++++++- test/CodeGen/PowerPC/VSX-XForm-Scalars.ll | 61 +++-- test/CodeGen/PowerPC/build-vector-tests.ll | 44 +-- test/CodeGen/PowerPC/load-v4i8-improved.ll | 22 +- test/CodeGen/PowerPC/power9-moves-and-splats.ll | 246 +++++++++++------ test/CodeGen/PowerPC/pr38087.ll | 5 +- test/CodeGen/PowerPC/qpx-load-splat.ll | 62 +++-- test/CodeGen/PowerPC/scalar_vector_test_1.ll | 292 ++++++++++++++++++++ test/CodeGen/PowerPC/scalar_vector_test_2.ll | 118 ++++++++ test/CodeGen/PowerPC/scalar_vector_test_3.ll | 265 ++++++++++++++++++ test/CodeGen/PowerPC/scalar_vector_test_4.ll | 341 ++++++++++++++++++++++++ test/CodeGen/PowerPC/swaps-le-6.ll | 89 ++++--- test/CodeGen/PowerPC/vsx_insert_extract_le.ll | 123 ++++++--- 15 files changed, 1529 insertions(+), 242 deletions(-) create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_1.ll create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_2.ll create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_3.ll create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_4.ll