[PATCH] D41436: [X86][AVX512] Enable variable shuffle combining by default on AVX512 targets

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 12:31:25 PST 2018


RKSimon added a comment.

In https://reviews.llvm.org/D41436#969481, @zvi wrote:

> Still trying to get hold of a KNL expert that will answer whether KNL should be included. Can we for now conservatively assume no and exclude KNL from this patch just so this patch can make progress? I want to follow-up on updating the AVX2 tests with FastVariableShuffle configurations.


Isn't that what we have already? Skylake etc all have FeatureFastVariableShuffle enabled, the issue with this patch was whether we should enable it for the avx512 attribute and not just on a per-cpu basis.


Repository:
  rL LLVM

https://reviews.llvm.org/D41436





More information about the llvm-commits mailing list