[PATCH] D40101: [x86][icelake]vpclmulqdq introduction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 14:43:08 PST 2017


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/avx512vl-vpclmulqdq.ll:6
+; AVX512VL_VPCLMULQDQ:       # BB#0:
+; AVX512VL_VPCLMULQDQ-NEXT:    vpclmulqdq $1, %xmm1, %xmm0, %xmm0 # encoding: [0xc4,0xe3,0x79,0x44,0xc1,0x01]
+; AVX512VL_VPCLMULQDQ-NEXT:    retq # encoding: [0xc3]
----------------
Why isn't this an EVEX compression?


Repository:
  rL LLVM

https://reviews.llvm.org/D40101





More information about the llvm-commits mailing list