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

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 12:29:20 PST 2017


coby added inline comments.


================
Comment at: include/llvm/IR/IntrinsicsX86.td:1356
+  def int_x86_avx512_mask_vgf2p8affineinvqb_128 :
+         GCCBuiltin<"__builtin_ia32_vgf2p8affineinvqb_128_mask">,
+          Intrinsic<[llvm_v16i8_ty],
----------------
coby wrote:
> craig.topper wrote:
> > Please sync the GCCBuiltin names with gcc.
> basically does weren't yet introduced to gcc, so the closest we can get is Julia Kovel's GFNI respective ongoing patch(s), i.e. https://gcc.gnu.org/ml/gcc-patches/2017-10/msg01043/0002-GF2P8AFFINEINVQB-instruction.patch
does ~~> those


Repository:
  rL LLVM

https://reviews.llvm.org/D40373





More information about the llvm-commits mailing list