[PATCH] D40373: [x86][icelake]GFNI

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 01:55:38 PST 2017


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

adopted changes proposed by Craig:
maskz variants are out in favor of explicit passing of the additive identity
BWI dependency is explicitly stated
GCC builtins counterparts are matched


Repository:
  rL LLVM

https://reviews.llvm.org/D40373

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/avx-gfni-intrinsics.ll
  test/CodeGen/X86/avx512-gfni-intrinsics.ll
  test/CodeGen/X86/gfni-intrinsics.ll
  test/MC/X86/avx512gfni-encoding.s
  test/MC/X86/avx512vl_gfni-encoding.s
  test/MC/X86/gfni-encoding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40373.124047.patch
Type: text/x-patch
Size: 71575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171123/7ef3f0f8/attachment.bin>


More information about the llvm-commits mailing list