[PATCH] D37560: [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 09:56:54 PDT 2017
craig.topper added inline comments.
================
Comment at: test/CodeGen/X86/avg-mask.ll:24
+; AVX512BW: # BB#0:
+; AVX512BW-NEXT: vmovdqa (%rdi), %xmm0
+; AVX512BW-NEXT: vmovdqa (%rdx), %xmm1
----------------
This AVX512BW prefix doesn't exist on your command lines. Several places after this have it as well.
https://reviews.llvm.org/D37560
More information about the llvm-commits
mailing list