[PATCH] D40101: [x86][icelake]vpclmulqdq introduction

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 04:35:30 PST 2017


coby updated this revision to Diff 123565.
coby added a comment.

further refined selection of conflicting insns, as suggested by Craig
added commutation tests, as suggested by Simon


Repository:
  rL LLVM

https://reviews.llvm.org/D40101

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFormats.td
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/avx-vpclmulqdq.ll
  test/CodeGen/X86/avx512-vpclmulqdq.ll
  test/CodeGen/X86/avx512vl-vpclmulqdq.ll
  test/CodeGen/X86/commute-vpclmulqdq-avx.ll
  test/CodeGen/X86/commute-vpclmulqdq-avx512.ll
  test/MC/X86/avx512vlvpclmul.s
  test/MC/X86/avx512vpclmul.s
  test/MC/X86/vpclmulqdq.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40101.123565.patch
Type: text/x-patch
Size: 30078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171120/f5152184/attachment.bin>


More information about the llvm-commits mailing list