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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 07:42:27 PDT 2021


sdesmalen added a comment.

In D110640#3029995 <https://reviews.llvm.org/D110640#3029995>, @ABataev wrote:

> Just check for scalable vectors before this `isShuffle` function call.

Alternatively, do we want to rename `isShuffle` to `isFixedVectorShuffle` and return `None` if the extract-element's vector operand type is scalable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110640



More information about the llvm-commits mailing list