[x86][icelake]vpclmulqdq introduction
authorCoby Tayree <coby.tayree@intel.com>
Tue, 21 Nov 2017 09:30:33 +0000 (09:30 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Tue, 21 Nov 2017 09:30:33 +0000 (09:30 +0000)
commit7ca5e5873616c56f6ce473588a303af143b553f1
tree9758b0e16b6d532b4601a26a3d398d12d06246c3
parent2a1c02fcbc823438f16697f939005d26d6294de2
[x86][icelake]vpclmulqdq introduction
an icelake promotion of pclmulqdq
Differential Revision: https://reviews.llvm.org/D40101

llvm-svn: 318741
18 files changed:
llvm/include/llvm/IR/IntrinsicsX86.td
llvm/lib/Support/Host.cpp
llvm/lib/Target/X86/X86.td
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/lib/Target/X86/X86InstrFormats.td
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/lib/Target/X86/X86InstrInfo.td
llvm/lib/Target/X86/X86InstrSSE.td
llvm/lib/Target/X86/X86Subtarget.cpp
llvm/lib/Target/X86/X86Subtarget.h
llvm/test/CodeGen/X86/avx-vpclmulqdq.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/avx512-vpclmulqdq.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/avx512vl-vpclmulqdq.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/commute-vpclmulqdq-avx.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/commute-vpclmulqdq-avx512.ll [new file with mode: 0644]
llvm/test/MC/X86/avx512vlvpclmul.s [new file with mode: 0644]
llvm/test/MC/X86/avx512vpclmul.s [new file with mode: 0644]
llvm/test/MC/X86/vpclmulqdq.s [new file with mode: 0644]