[PATCH] D110640: [SLPVectorizer] Fix crash in isShuffle with scalable vectors

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 06:33:20 PDT 2021


kmclaughlin updated this revision to Diff 376183.
kmclaughlin added a comment.

- Removed changes to buildTree_rec.
- Renamed isShuffle to isFixedVectorShuffle and changed this to return None if the type of the extract element instruction is scalable.


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

https://reviews.llvm.org/D110640

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110640.376183.patch
Type: text/x-patch
Size: 5320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210930/9d63c137/attachment.bin>


More information about the llvm-commits mailing list