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

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 12:41:56 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],
----------------
craig.topper wrote:
> 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
Oh, I see. kyukhin.
i'll match against it, thanks


Repository:
  rL LLVM

https://reviews.llvm.org/D40373





More information about the llvm-commits mailing list