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

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


coby added inline comments.


================
Comment at: lib/Target/X86/X86InstrAVX512.td:9813
+multiclass GF2P8MULB_avx512_common<bits<8> Op, string OpStr, SDNode OpNode> {
+  let Predicates = [HasGFNI, HasAVX512] in
+  defm Z      : avx512_binop_rm<Op, OpStr, OpNode, v64i8_info,
----------------
craig.topper wrote:
> This requires BWI in order to make v64i8 a legal type.
just noted i've nonchalantly added to the test but omitted it here
thanks 


Repository:
  rL LLVM

https://reviews.llvm.org/D40373





More information about the llvm-commits mailing list