This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8632b74d7d2 Test commit. new d9a18c3114b [SLPVectorizer][X86] Add vectorization tests for vXi64/vXi3 [...] new 232c3d52eaf [AMDGPU][MC] Corrected several VI opcodes to avoid printing _e64
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/VOP2Instructions.td | 33 +- test/CodeGen/AMDGPU/constant-fold-mi-operands.ll | 12 +- test/CodeGen/AMDGPU/ctpop.ll | 80 +- test/CodeGen/AMDGPU/ctpop64.ll | 16 +- test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 18 +- test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll | 4 +- test/MC/AMDGPU/vop2.s | 22 +- test/MC/AMDGPU/vop3-convert.s | 14 +- test/MC/Disassembler/AMDGPU/vop2_vi.txt | 22 +- test/Transforms/SLPVectorizer/X86/shift-ashr.ll | 913 +++++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/shift-lshr.ll | 862 +++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/shift-shl.ll | 814 ++++++++++++++++++++ 12 files changed, 2705 insertions(+), 105 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/shift-ashr.ll create mode 100644 test/Transforms/SLPVectorizer/X86/shift-lshr.ll create mode 100644 test/Transforms/SLPVectorizer/X86/shift-shl.ll