[PATCH] D91919: [SLP] Make SLPVectorizer to use `llvm.masked.scatter` intrinsic

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 04:00:16 PST 2020


RKSimon added a comment.

> Actually NFC now, since stores could be only seed entry, but we collect only consecutive stores there for now. It will be changed in future commits.

Are you looking at supporting non-consecutive stores? This patch probably shouldn't be reviewed until we actually have something that uses and tests it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91919



More information about the llvm-commits mailing list