[PATCH] D38932: [X86] Lower vselect with constant condition to vector_shuffle even with AVX512 instructions.

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 14 23:41:19 PDT 2017


delena added a comment.

I suggest to open a ticket in bugzilla about possible replacement of "select" with constant mask with shuffle to avoid mask instructions on AVX-512.


Repository:
  rL LLVM

https://reviews.llvm.org/D38932





More information about the llvm-commits mailing list