[PATCH] D134438: POC patch to demonstrate how new intrinsics for interleaved load/store could be used in LoopVectorize

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 02:25:07 PST 2023


luke added a comment.

In D134438#4157776 <https://reviews.llvm.org/D134438#4157776>, @mgabka wrote:

> Hi Luke Lau,
> Hie is a POC patch I posted initially some time ago, however after landing https://reviews.llvm.org/D141924 it needs to be changed, I am working on a new patch which enables vectorization  for interleaved accesses, with interleaving factor of 2. Will add you there as a reviewer when it is posted.

Sounds good, thanks for taking care of this


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

https://reviews.llvm.org/D134438



More information about the llvm-commits mailing list