[PATCH] D134438: POC patch to demonstrate how new intrinsics for interleaved load/store could be used in LoopVectorize
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 07:36:43 PST 2023
reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: StephenFan.
FYI, D141924 <https://reviews.llvm.org/D141924> has landed. This patch took a slightly different approach and introduced intrinsics for interleave and deinterleave respectively (not the combined memory ops). As such, this patch is now stale. There appear to be a few parts of this which are potentially salvageable (tests, vectorizer changes), but the patch either needs a significant rework and rebase or to be abandoned.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134438/new/
https://reviews.llvm.org/D134438
More information about the llvm-commits
mailing list