This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from feff58b [X86][AVX512] Added VSHUFPD intrinsics fast-isel generic IR tests new ba988eb [PowerPC] - Legalize vector types by widening instead of inte [...]
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 | 58 +++++++++++++++ lib/Target/PowerPC/PPCISelLowering.h | 25 +++++++ lib/Target/PowerPC/PPCInstrVSX.td | 18 ++++- test/Analysis/CostModel/PowerPC/load_store.ll | 2 +- test/CodeGen/PowerPC/load-v4i8-improved.ll | 23 ++++++ test/CodeGen/PowerPC/p8altivec-shuffles-pred.ll | 3 +- test/CodeGen/PowerPC/vec_cmp.ll | 6 +- test/CodeGen/PowerPC/vsx.ll | 94 ++++++++++++++----------- 8 files changed, 182 insertions(+), 47 deletions(-) create mode 100644 test/CodeGen/PowerPC/load-v4i8-improved.ll