This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b68c01e0d73 [MemorySSA] Fix phi insertion when inserting a def. new 1d6894b4f80 [PowerPC] Exploit single instruction load-and-splat for wor [...]
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/PPCISelLowering.cpp | 97 ++++++++- lib/Target/PowerPC/PPCISelLowering.h | 12 +- lib/Target/PowerPC/PPCInstrAltivec.td | 6 +- lib/Target/PowerPC/PPCInstrVSX.td | 14 ++ test/CodeGen/PowerPC/VSX-XForm-Scalars.ll | 6 +- test/CodeGen/PowerPC/build-vector-tests.ll | 16 +- test/CodeGen/PowerPC/load-and-splat.ll | 264 ++++++++++++++++++++++++ test/CodeGen/PowerPC/power9-moves-and-splats.ll | 32 +-- test/CodeGen/PowerPC/qpx-load-splat.ll | 7 +- test/CodeGen/PowerPC/swaps-le-7.ll | 4 +- 10 files changed, 399 insertions(+), 59 deletions(-) create mode 100644 test/CodeGen/PowerPC/load-and-splat.ll