This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4632cb1499e [InstCombine] add descriptive comments for tests; NFC new 35b282e0ac3 [PowerPC] Ensure displacements for DQ-Form instructions are [...] new 47999fef49d [Hexagon] Use VSPLAT instead of COMBINE for vectors of type [...]
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: lib/Target/Hexagon/HexagonISelLowering.cpp | 44 +++++------ lib/Target/Hexagon/HexagonPatterns.td | 13 ++-- .../PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp | 3 +- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 28 ++++++- lib/Target/PowerPC/PPCISelLowering.cpp | 18 ++--- lib/Target/PowerPC/PPCISelLowering.h | 2 +- lib/Target/PowerPC/PPCInstrInfo.td | 22 +++++- lib/Target/PowerPC/PPCInstrVSX.td | 90 +++++++++++----------- lib/Target/PowerPC/PPCRegisterInfo.cpp | 30 +++++--- test/CodeGen/PowerPC/PR33671.ll | 32 ++++++++ test/CodeGen/PowerPC/build-vector-tests.ll | 40 +++++----- test/CodeGen/PowerPC/ppc64-i128-abi.ll | 6 +- test/CodeGen/PowerPC/swaps-le-6.ll | 8 +- test/CodeGen/PowerPC/vsx-p9.ll | 48 ++++++------ 14 files changed, 238 insertions(+), 146 deletions(-) create mode 100644 test/CodeGen/PowerPC/PR33671.ll