[PATCH] D103144: [X86][Costmodel] Load/store v2i16 VF=2 interleaving costs

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 27 07:31:06 PDT 2021


RKSimon added a comment.

In D103144#2783028 <https://reviews.llvm.org/D103144#2783028>, @lebedev.ri wrote:

> Sidenote, i'm still unsure whether we should specify that Zen 3 has `FeatureFastVariableShuffle`.
> Byte-wise variable shuffle is fast, but some are ucoded.

Yes, in hindsight this feature flag needs splitting into FeatureFastVariableCrossLaneShuffle + FeatureFastVariablePerLaneShuffle,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103144



More information about the llvm-commits mailing list