This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6737250f979 AMDGPU: Stop producing icmp/fcmp intrinsics with invalid types new ecc93786a13 [X86] Improve AVX1 shuffle lowering for v8f32 shuffles wher [...] new 5f9b848ed3e AMDGPU: Implement llvm.amdgcn.icmp/fcmp for i16/f16
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/AMDGPU/SIISelLowering.cpp | 93 ++++-- lib/Target/AMDGPU/VOPCInstructions.td | 26 ++ lib/Target/X86/X86ISelLowering.cpp | 183 +++++++--- test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.ll | 190 ++++++++++- test/CodeGen/AMDGPU/llvm.amdgcn.icmp.ll | 160 ++++++++- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 9 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 440 ++++++++++--------------- test/CodeGen/X86/vector-shuffle-256-v32.ll | 30 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 97 ++---- test/CodeGen/X86/vector-shuffle-256-v8.ll | 113 +++---- test/CodeGen/X86/vector-shuffle-512-v64.ll | 61 ++-- test/CodeGen/X86/vector-shuffle-avx512.ll | 36 +- test/CodeGen/X86/vector-shuffle-combining.ll | 25 +- 13 files changed, 887 insertions(+), 576 deletions(-)