This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b21cf3 [X86][SSE] Regenerate vector bswap tests new 990ef34 [PowerPC] Generate VSX version of splat word
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 | 11 +++ lib/Target/PowerPC/PPCISelLowering.h | 4 + lib/Target/PowerPC/PPCInstrInfo.td | 5 ++ lib/Target/PowerPC/PPCInstrVSX.td | 4 +- lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 20 +++-- test/CodeGen/PowerPC/pr27078.ll | 2 +- test/CodeGen/PowerPC/swaps-le-2.ll | 2 +- test/CodeGen/PowerPC/vsx-word-splats.ll | 147 +++++++++++++++++++++++++++++++ 8 files changed, 186 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/PowerPC/vsx-word-splats.ll