This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 45a0798df68 AMDGPU: Insert skip branches over return blocks new 03ae0463375 [PowerPC] Exploit the vector min/max instructions
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 | 18 + lib/Target/PowerPC/PPCInstrAltivec.td | 26 + lib/Target/PowerPC/PPCInstrVSX.td | 21 + test/CodeGen/PowerPC/ctr-minmaxnum.ll | 21 +- test/CodeGen/PowerPC/sat-add.ll | 24 +- test/CodeGen/PowerPC/vec-min-max.ll | 239 ++++++++++ .../PowerPC/vector-constrained-fp-intrinsics.ll | 524 ++++++--------------- 7 files changed, 451 insertions(+), 422 deletions(-) create mode 100644 test/CodeGen/PowerPC/vec-min-max.ll