[PATCH] D105827: [SLP]Workaround for InsertSubVector cost.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 14:12:37 PDT 2021


lebedev.ri added a comment.

In D105827#2875503 <https://reviews.llvm.org/D105827#2875503>, @RKSimon wrote:

> LGTM - I'm wondering if SK_InsertSubvector is actually usable in most cases as a shuffle kind or whether we're better off replacing it with something like SK_WidenSubvector + SK_ConcatSubvectors patterns?

Not sure about replacing, but there's definitively room for SK_WidenSubvector.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105827



More information about the llvm-commits mailing list