[PATCH] D67070: [X86][SSE] Add support for <64 x i1> bool reduction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 14:56:59 PDT 2019


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/vector-reduce-and-bool.ll:842
 ; AVX512F:       # %bb.0:
 ; AVX512F-NEXT:    vextracti64x4 $1, %zmm0, %ymm1
 ; AVX512F-NEXT:    vextracti128 $1, %ymm1, %xmm2
----------------
Can we do something to fix this case?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67070/new/

https://reviews.llvm.org/D67070





More information about the llvm-commits mailing list