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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 12:29:26 PST 2017


craig.topper added a comment.

k



================
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:
> 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
They look to have been committed to gcc on Nov. 16. svn revision 254795


Repository:
  rL LLVM

https://reviews.llvm.org/D40373





More information about the llvm-commits mailing list