[PATCH] D94708: [IR] Introduce llvm.experimental.vector.splice intrinsic

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 08:27:39 PST 2021


cameron.mcinally added a comment.

In D94444 <https://reviews.llvm.org/D94444>, @paulwalker-arm proposed a more generic extract vector intrinsic that accepts an index and stride. Now I'm wondering if we should just have a generic scalable shuffle vector intrinsic to handle all these operations under one intrinsic.

That idea doesn't need to hold up this Diff, but it might be something to consider...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94708



More information about the llvm-commits mailing list