[PATCH] D104809: [SLPVectorizer] Fix crash in vectorizeChainsInBlock for scalable vector.

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 08:55:35 PDT 2021


CarolineConcatto updated this revision to Diff 355573.
CarolineConcatto added a comment.

- Remove the generic approach for scalable vector
- Use gather node for extract instructions with scalable vector


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104809

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/AArch64/scalable-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104809.355573.patch
Type: text/x-patch
Size: 6798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/e9efe5e9/attachment.bin>


More information about the llvm-commits mailing list